Html Css Color HEX #ABDFB0 Celadon

📋 copy color: '#ABDFB0'

red 171 ◦ green 223 ◦ blue 176

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

Shades of Celadon #ABDFB0

Tints of Celadon #ABDFB0

RGB

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

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

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

R = 30%
G = 39.12%
B = 30.88%

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

#ABDFB0 (or 0xABDFB0) is known color: Celadon. HEX triplet: AB, DF and B0. RGB value is (171,223,176). Sum of RGB (Red+Green+Blue) = 171+223+176=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDFB0 is #54204F. Grayscale: #CACACA. Windows color (decimal): -5513296 or 11591595. OLE color: 11591595.

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

Color convert

RGB 171 223 176 -
CMYK 0.23 0 0.21 0.13
HSL 125.77º 0.45% 0.77% -
HSV(B) 125.77º 0.23% 0.87% -
XYZ 51.02 64.57 50.85 -
YUV 202.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 171 223 176 0.23 0 0.21 0.13 125.77 0.45 0.77
Hex AB DF B0 17 0 15 D 7E 2D 4D
Octal 253 337 260 27 0 25 15 176 55 115
Binary 10101011 11011111 10110000 10111 0 10101 1101 1111110 101101 1001101

Color Harmonies of #ABDFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFB0

Black with #ABDFB0

Text Example


Text Example

White with #ABDFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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