Html Css Color HEX #ABF2B0 Celadon

📋 copy color: '#ABF2B0'

red 171 ◦ green 242 ◦ blue 176

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

Shades of Celadon #ABF2B0

Tints of Celadon #ABF2B0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.09%

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

R = 29.03%
G = 41.09%
B = 29.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#ABF2B0 (or 0xABF2B0) is known color: Celadon. HEX triplet: AB, F2 and B0. RGB value is (171,242,176). Sum of RGB (Red+Green+Blue) = 171+242+176=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF2B0 is #540D4F. Grayscale: #D5D5D5. Windows color (decimal): -5508432 or 11596459. OLE color: 11596459.

HSL color Cylindrical-coordinate representation of color #ABF2B0: hue angle of 124.23º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2B0 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 176 -
CMYK 0.29 0 0.27 0.05
HSL 124.23º 0.73% 0.81% -
HSV(B) 124.23º 0.29% 0.95% -
XYZ 56.38 75.3 52.64 -
YUV 213.25 106.98 97.87 -
System Red Green Blue C M Y K H S L
Decimal 171 242 176 0.29 0 0.27 0.05 124.23 0.73 0.81
Hex AB F2 B0 1D 0 1B 5 7C 49 51
Octal 253 362 260 35 0 33 5 174 111 121
Binary 10101011 11110010 10110000 11101 0 11011 101 1111100 1001001 1010001

Color Harmonies of #ABF2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2B0

Black with #ABF2B0

Text Example


Text Example

White with #ABF2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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