Html Css Color HEX #ABF2B4 Celadon

📋 copy color: '#ABF2B4'

red 171 ◦ green 242 ◦ blue 180

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

Shades of Celadon #ABF2B4

Tints of Celadon #ABF2B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.35%

R = 28.84%
G = 40.81%
B = 30.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#ABF2B4 (or 0xABF2B4) is known color: Celadon. HEX triplet: AB, F2 and B4. RGB value is (171,242,180). Sum of RGB (Red+Green+Blue) = 171+242+180=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2B4 is #540D4B. Grayscale: #D5D5D5. Windows color (decimal): -5508428 or 11858603. OLE color: 11858603.

HSL color Cylindrical-coordinate representation of color #ABF2B4: hue angle of 127.61º 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 #ABF2B4 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 180 -
CMYK 0.29 0 0.26 0.05
HSL 127.61º 0.73% 0.81% -
HSV(B) 127.61º 0.29% 0.95% -
XYZ 56.78 75.46 54.75 -
YUV 213.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 171 242 180 0.29 0 0.26 0.05 127.61 0.73 0.81
Hex AB F2 B4 1D 0 1A 5 80 49 51
Octal 253 362 264 35 0 32 5 200 111 121
Binary 10101011 11110010 10110100 11101 0 11010 101 10000000 1001001 1010001

Color Harmonies of #ABF2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2B4

Black with #ABF2B4

Text Example


Text Example

White with #ABF2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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