Html Css Color HEX #ABEBAF Celadon

📋 copy color: '#ABEBAF'

red 171 ◦ green 235 ◦ blue 175

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

Shades of Celadon #ABEBAF

Tints of Celadon #ABEBAF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.45%

 BLUE value IS 175 (68.75% from 255) = 30.12%

R = 29.43%
G = 40.45%
B = 30.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#ABEBAF (or 0xABEBAF) is known color: Celadon. HEX triplet: AB, EB and AF. RGB value is (171,235,175). Sum of RGB (Red+Green+Blue) = 171+235+175=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEBAF is #541450. Grayscale: #D1D1D1. Windows color (decimal): -5510225 or 11529131. OLE color: 11529131.

HSL color Cylindrical-coordinate representation of color #ABEBAF: hue angle of 123.75º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBAF is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 235 175 -
CMYK 0.27 0 0.26 0.08
HSL 123.75º 0.62% 0.8% -
HSV(B) 123.75º 0.27% 0.92% -
XYZ 54.24 71.17 51.44 -
YUV 209.02 108.8 100.88 -
System Red Green Blue C M Y K H S L
Decimal 171 235 175 0.27 0 0.26 0.08 123.75 0.62 0.8
Hex AB EB AF 1B 0 1A 8 7C 3E 50
Octal 253 353 257 33 0 32 10 174 76 120
Binary 10101011 11101011 10101111 11011 0 11010 1000 1111100 111110 1010000

Color Harmonies of #ABEBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEBAF

Black with #ABEBAF

Text Example


Text Example

White with #ABEBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEBAF; }

 p { color: rgb(171,235,175); }

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

background-color css

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

 a { background-color: rgb(171,235,175); }

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

border-color css

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

 span { border-color: rgb(171,235,175); }

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