Html Css Color HEX #ABDDB2 Celadon

📋 copy color: '#ABDDB2'

red 171 ◦ green 221 ◦ blue 178

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

Shades of Celadon #ABDDB2

Tints of Celadon #ABDDB2

RGB

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

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

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

R = 30%
G = 38.77%
B = 31.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#ABDDB2 (or 0xABDDB2) is known color: Celadon. HEX triplet: AB, DD and B2. RGB value is (171,221,178). Sum of RGB (Red+Green+Blue) = 171+221+178=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDDB2 is #54224D. Grayscale: #C9C9C9. Windows color (decimal): -5513806 or 11722155. OLE color: 11722155.

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

Color convert

RGB 171 221 178 -
CMYK 0.23 0 0.19 0.13
HSL 128.4º 0.42% 0.77% -
HSV(B) 128.4º 0.23% 0.87% -
XYZ 50.69 63.59 51.72 -
YUV 201.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 171 221 178 0.23 0 0.19 0.13 128.4 0.42 0.77
Hex AB DD B2 17 0 13 D 80 2A 4D
Octal 253 335 262 27 0 23 15 200 52 115
Binary 10101011 11011101 10110010 10111 0 10011 1101 10000000 101010 1001101

Color Harmonies of #ABDDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDB2

Black with #ABDDB2

Text Example


Text Example

White with #ABDDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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