Html Css Color HEX #A8EBAE Celadon

📋 copy color: '#A8EBAE'

red 168 ◦ green 235 ◦ blue 174

#A8EBAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #A8EBAE

Tints of Celadon #A8EBAE

RGB

 RED value IS 168 (66.02% from 255) = 29.12%

 GREEN value IS 235 (92.19% from 255) = 40.73%

 BLUE value IS 174 (68.36% from 255) = 30.16%

R = 29.12%
G = 40.73%
B = 30.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A8EBAE (or 0xA8EBAE) is known color: Celadon. HEX triplet: A8, EB and AE. RGB value is (168,235,174). Sum of RGB (Red+Green+Blue) = 168+235+174=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EBAE is #571451. Grayscale: #D0D0D0. Windows color (decimal): -5706834 or 11463592. OLE color: 11463592.

HSL color Cylindrical-coordinate representation of color #A8EBAE: hue angle of 125.37º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBAE is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 235 174 -
CMYK 0.29 0 0.26 0.08
HSL 125.37º 0.63% 0.79% -
HSV(B) 125.37º 0.29% 0.92% -
XYZ 53.5 70.8 50.89 -
YUV 208.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 168 235 174 0.29 0 0.26 0.08 125.37 0.63 0.79
Hex A8 EB AE 1D 0 1A 8 7D 3F 4F
Octal 250 353 256 35 0 32 10 175 77 117
Binary 10101000 11101011 10101110 11101 0 11010 1000 1111101 111111 1001111

Color Harmonies of #A8EBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EBAE

Black with #A8EBAE

Text Example


Text Example

White with #A8EBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EBAE; }

 p { color: rgb(168,235,174); }

 H1.HeaderClassName
 {
   color: #A8EBAE;
 }
 .AnyTagClassName
 {
   color: #A8EBAE;
 }
</style>

background-color css

<style>
 a { background-color: #A8EBAE; }

 a { background-color: rgb(168,235,174); }

 div.DivClassName
 {
   background-color: #A8EBAE;
 }
 .BgClassName
 {
   background-color: #A8EBAE;
 }
</style>

border-color css

<style>
 span { border-color: #A8EBAE; }

 span { border-color: rgb(168,235,174); }

 td.TdClassName
 {
   border-color: #A8EBAE;
 }
 .TagClassName
 {
   border-color: #A8EBAE;
 }
</style>