Html Css Color HEX #A8ECAF Celadon

📋 copy color: '#A8ECAF'

red 168 ◦ green 236 ◦ blue 175

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

Shades of Celadon #A8ECAF

Tints of Celadon #A8ECAF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.76%

 BLUE value IS 175 (68.75% from 255) = 30.22%

R = 29.02%
G = 40.76%
B = 30.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#A8ECAF (or 0xA8ECAF) is known color: Celadon. HEX triplet: A8, EC and AF. RGB value is (168,236,175). Sum of RGB (Red+Green+Blue) = 168+236+175=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8ECAF is #571350. Grayscale: #D0D0D0. Windows color (decimal): -5706577 or 11529384. OLE color: 11529384.

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

Color convert

RGB 168 236 175 -
CMYK 0.29 0 0.26 0.07
HSL 126.18º 0.64% 0.79% -
HSV(B) 126.18º 0.29% 0.93% -
XYZ 53.88 71.41 51.5 -
YUV 208.71 108.97 98.96 -
System Red Green Blue C M Y K H S L
Decimal 168 236 175 0.29 0 0.26 0.07 126.18 0.64 0.79
Hex A8 EC AF 1D 0 1A 7 7E 40 4F
Octal 250 354 257 35 0 32 7 176 100 117
Binary 10101000 11101100 10101111 11101 0 11010 111 1111110 1000000 1001111

Color Harmonies of #A8ECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECAF

Black with #A8ECAF

Text Example


Text Example

White with #A8ECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECAF; }

 p { color: rgb(168,236,175); }

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

background-color css

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

 a { background-color: rgb(168,236,175); }

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

border-color css

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

 span { border-color: rgb(168,236,175); }

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