Html Css Color HEX #ABDFAF Celadon

📋 copy color: '#ABDFAF'

red 171 ◦ green 223 ◦ blue 175

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

Shades of Celadon #ABDFAF

Tints of Celadon #ABDFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.19%

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

R = 30.05%
G = 39.19%
B = 30.76%

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

#ABDFAF (or 0xABDFAF) is known color: Celadon. HEX triplet: AB, DF and AF. RGB value is (171,223,175). Sum of RGB (Red+Green+Blue) = 171+223+175=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDFAF is #542050. Grayscale: #CACACA. Windows color (decimal): -5513297 or 11526059. OLE color: 11526059.

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

Color convert

RGB 171 223 175 -
CMYK 0.23 0 0.22 0.13
HSL 124.62º 0.45% 0.77% -
HSV(B) 124.62º 0.23% 0.87% -
XYZ 50.92 64.53 50.33 -
YUV 201.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 171 223 175 0.23 0 0.22 0.13 124.62 0.45 0.77
Hex AB DF AF 17 0 16 D 7D 2D 4D
Octal 253 337 257 27 0 26 15 175 55 115
Binary 10101011 11011111 10101111 10111 0 10110 1101 1111101 101101 1001101

Color Harmonies of #ABDFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFAF

Black with #ABDFAF

Text Example


Text Example

White with #ABDFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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