Html Css Color HEX #ABDDAF Celadon

📋 copy color: '#ABDDAF'

red 171 ◦ green 221 ◦ blue 175

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

Shades of Celadon #ABDDAF

Tints of Celadon #ABDDAF

RGB

 RED value IS 171 (67.19% from 255) = 30.16%

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

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

R = 30.16%
G = 38.98%
B = 30.86%

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

#ABDDAF (or 0xABDDAF) is known color: Celadon. HEX triplet: AB, DD and AF. RGB value is (171,221,175). Sum of RGB (Red+Green+Blue) = 171+221+175=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDDAF is #542250. Grayscale: #C8C8C8. Windows color (decimal): -5513809 or 11525547. OLE color: 11525547.

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

Color convert

RGB 171 221 175 -
CMYK 0.23 0 0.21 0.13
HSL 124.8º 0.42% 0.77% -
HSV(B) 124.8º 0.23% 0.87% -
XYZ 50.39 63.47 50.15 -
YUV 200.81 113.44 106.74 -
System Red Green Blue C M Y K H S L
Decimal 171 221 175 0.23 0 0.21 0.13 124.8 0.42 0.77
Hex AB DD AF 17 0 15 D 7D 2A 4D
Octal 253 335 257 27 0 25 15 175 52 115
Binary 10101011 11011101 10101111 10111 0 10101 1101 1111101 101010 1001101

Color Harmonies of #ABDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDAF

Black with #ABDDAF

Text Example


Text Example

White with #ABDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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