Html Css Color HEX #ABDAB0 Celadon

📋 copy color: '#ABDAB0'

red 171 ◦ green 218 ◦ blue 176

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

Shades of Celadon #ABDAB0

Tints of Celadon #ABDAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.58%

 BLUE value IS 176 (69.14% from 255) = 31.15%

R = 30.27%
G = 38.58%
B = 31.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#ABDAB0 (or 0xABDAB0) is known color: Celadon. HEX triplet: AB, DA and B0. RGB value is (171,218,176). Sum of RGB (Red+Green+Blue) = 171+218+176=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDAB0 is #54254F. Grayscale: #C7C7C7. Windows color (decimal): -5514576 or 11590315. OLE color: 11590315.

HSL color Cylindrical-coordinate representation of color #ABDAB0: hue angle of 126.38º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDAB0 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 218 176 -
CMYK 0.22 0 0.19 0.15
HSL 126.38º 0.39% 0.76% -
HSV(B) 126.38º 0.22% 0.85% -
XYZ 49.7 61.94 50.41 -
YUV 199.16 114.93 107.92 -
System Red Green Blue C M Y K H S L
Decimal 171 218 176 0.22 0 0.19 0.15 126.38 0.39 0.76
Hex AB DA B0 16 0 13 F 7E 27 4C
Octal 253 332 260 26 0 23 17 176 47 114
Binary 10101011 11011010 10110000 10110 0 10011 1111 1111110 100111 1001100

Color Harmonies of #ABDAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDAB0

Black with #ABDAB0

Text Example


Text Example

White with #ABDAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDAB0; }

 p { color: rgb(171,218,176); }

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

background-color css

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

 a { background-color: rgb(171,218,176); }

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

border-color css

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

 span { border-color: rgb(171,218,176); }

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