Html Css Color HEX #ACDDAF Celadon

📋 copy color: '#ACDDAF'

red 172 ◦ green 221 ◦ blue 175

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

Shades of Celadon #ACDDAF

Tints of Celadon #ACDDAF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.91%

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

R = 30.28%
G = 38.91%
B = 30.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#ACDDAF (or 0xACDDAF) is known color: Celadon. HEX triplet: AC, DD and AF. RGB value is (172,221,175). Sum of RGB (Red+Green+Blue) = 172+221+175=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDAF is #532250. Grayscale: #C9C9C9. Windows color (decimal): -5448273 or 11525548. OLE color: 11525548.

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

Color convert

RGB 172 221 175 -
CMYK 0.22 0 0.21 0.13
HSL 123.67º 0.42% 0.77% -
HSV(B) 123.67º 0.22% 0.87% -
XYZ 50.61 63.58 50.16 -
YUV 201.11 113.27 107.24 -
System Red Green Blue C M Y K H S L
Decimal 172 221 175 0.22 0 0.21 0.13 123.67 0.42 0.77
Hex AC DD AF 16 0 15 D 7C 2A 4D
Octal 254 335 257 26 0 25 15 174 52 115
Binary 10101100 11011101 10101111 10110 0 10101 1101 1111100 101010 1001101

Color Harmonies of #ACDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDAF

Black with #ACDDAF

Text Example


Text Example

White with #ACDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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