Html Css Color HEX #ABDCB2 Celadon

📋 copy color: '#ABDCB2'

red 171 ◦ green 220 ◦ blue 178

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

Shades of Celadon #ABDCB2

Tints of Celadon #ABDCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.66%

 BLUE value IS 178 (69.92% from 255) = 31.28%

R = 30.05%
G = 38.66%
B = 31.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#ABDCB2 (or 0xABDCB2) is known color: Celadon. HEX triplet: AB, DC and B2. RGB value is (171,220,178). Sum of RGB (Red+Green+Blue) = 171+220+178=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDCB2 is #54234D. Grayscale: #C8C8C8. Windows color (decimal): -5514062 or 11721899. OLE color: 11721899.

HSL color Cylindrical-coordinate representation of color #ABDCB2: hue angle of 128.57º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCB2 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 178 -
CMYK 0.22 0 0.19 0.14
HSL 128.57º 0.41% 0.77% -
HSV(B) 128.57º 0.22% 0.86% -
XYZ 50.42 63.06 51.63 -
YUV 200.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 171 220 178 0.22 0 0.19 0.14 128.57 0.41 0.77
Hex AB DC B2 16 0 13 E 81 29 4D
Octal 253 334 262 26 0 23 16 201 51 115
Binary 10101011 11011100 10110010 10110 0 10011 1110 10000001 101001 1001101

Color Harmonies of #ABDCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCB2

Black with #ABDCB2

Text Example


Text Example

White with #ABDCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCB2; }

 p { color: rgb(171,220,178); }

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

background-color css

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

 a { background-color: rgb(171,220,178); }

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

border-color css

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

 span { border-color: rgb(171,220,178); }

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