Html Css Color HEX #ACDEAE Celadon

📋 copy color: '#ACDEAE'

red 172 ◦ green 222 ◦ blue 174

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

Shades of Celadon #ACDEAE

Tints of Celadon #ACDEAE

RGB

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

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

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

R = 30.28%
G = 39.08%
B = 30.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#ACDEAE (or 0xACDEAE) is known color: Celadon. HEX triplet: AC, DE and AE. RGB value is (172,222,174). Sum of RGB (Red+Green+Blue) = 172+222+174=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDEAE is #532151. Grayscale: #C9C9C9. Windows color (decimal): -5448018 or 11460268. OLE color: 11460268.

HSL color Cylindrical-coordinate representation of color #ACDEAE: hue angle of 122.4º 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 #ACDEAE is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 174 -
CMYK 0.23 0 0.22 0.13
HSL 122.4º 0.43% 0.77% -
HSV(B) 122.4º 0.23% 0.87% -
XYZ 50.77 64.07 49.73 -
YUV 201.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 172 222 174 0.23 0 0.22 0.13 122.4 0.43 0.77
Hex AC DE AE 17 0 16 D 7A 2B 4D
Octal 254 336 256 27 0 26 15 172 53 115
Binary 10101100 11011110 10101110 10111 0 10110 1101 1111010 101011 1001101

Color Harmonies of #ACDEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEAE

Black with #ACDEAE

Text Example


Text Example

White with #ACDEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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