Html Css Color HEX #ACDEAF Celadon

📋 copy color: '#ACDEAF'

red 172 ◦ green 222 ◦ blue 175

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

Shades of Celadon #ACDEAF

Tints of Celadon #ACDEAF

RGB

 RED value IS 172 (67.58% from 255) = 30.23%

 GREEN value IS 222 (87.11% from 255) = 39.02%

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

R = 30.23%
G = 39.02%
B = 30.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#ACDEAF (or 0xACDEAF) is known color: Celadon. HEX triplet: AC, DE and AF. RGB value is (172,222,175). Sum of RGB (Red+Green+Blue) = 172+222+175=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDEAF is #532150. Grayscale: #C9C9C9. Windows color (decimal): -5448017 or 11525804. OLE color: 11525804.

HSL color Cylindrical-coordinate representation of color #ACDEAF: hue angle of 123.6º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDEAF is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 175 -
CMYK 0.23 0 0.21 0.13
HSL 123.6º 0.43% 0.77% -
HSV(B) 123.6º 0.23% 0.87% -
XYZ 50.87 64.11 50.25 -
YUV 201.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 172 222 175 0.23 0 0.21 0.13 123.6 0.43 0.77
Hex AC DE AF 17 0 15 D 7C 2B 4D
Octal 254 336 257 27 0 25 15 174 53 115
Binary 10101100 11011110 10101111 10111 0 10101 1101 1111100 101011 1001101

Color Harmonies of #ACDEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEAF

Black with #ACDEAF

Text Example


Text Example

White with #ACDEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEAF; }

 p { color: rgb(172,222,175); }

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

background-color css

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

 a { background-color: rgb(172,222,175); }

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

border-color css

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

 span { border-color: rgb(172,222,175); }

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