Html Css Color HEX #ABECAF Celadon

📋 copy color: '#ABECAF'

red 171 ◦ green 236 ◦ blue 175

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

Shades of Celadon #ABECAF

Tints of Celadon #ABECAF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.55%

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

R = 29.38%
G = 40.55%
B = 30.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ABECAF (or 0xABECAF) is known color: Celadon. HEX triplet: AB, EC and AF. RGB value is (171,236,175). Sum of RGB (Red+Green+Blue) = 171+236+175=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABECAF is #541350. Grayscale: #D1D1D1. Windows color (decimal): -5509969 or 11529387. OLE color: 11529387.

HSL color Cylindrical-coordinate representation of color #ABECAF: hue angle of 123.69º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECAF is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 236 175 -
CMYK 0.28 0 0.26 0.07
HSL 123.69º 0.63% 0.8% -
HSV(B) 123.69º 0.28% 0.93% -
XYZ 54.53 71.74 51.53 -
YUV 209.61 108.47 100.46 -
System Red Green Blue C M Y K H S L
Decimal 171 236 175 0.28 0 0.26 0.07 123.69 0.63 0.8
Hex AB EC AF 1C 0 1A 7 7C 3F 50
Octal 253 354 257 34 0 32 7 174 77 120
Binary 10101011 11101100 10101111 11100 0 11010 111 1111100 111111 1010000

Color Harmonies of #ABECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECAF

Black with #ABECAF

Text Example


Text Example

White with #ABECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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