Html Css Color HEX #ABEEAF Celadon

📋 copy color: '#ABEEAF'

red 171 ◦ green 238 ◦ blue 175

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

Shades of Celadon #ABEEAF

Tints of Celadon #ABEEAF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.75%

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

R = 29.28%
G = 40.75%
B = 29.97%

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

#ABEEAF (or 0xABEEAF) is known color: Celadon. HEX triplet: AB, EE and AF. RGB value is (171,238,175). Sum of RGB (Red+Green+Blue) = 171+238+175=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEEAF is #541150. Grayscale: #D2D2D2. Windows color (decimal): -5509457 or 11529899. OLE color: 11529899.

HSL color Cylindrical-coordinate representation of color #ABEEAF: hue angle of 123.58º degrees, saturation: 0.66, 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 #ABEEAF is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 238 175 -
CMYK 0.28 0 0.26 0.07
HSL 123.58º 0.66% 0.8% -
HSV(B) 123.58º 0.28% 0.93% -
XYZ 55.11 72.9 51.72 -
YUV 210.79 107.8 99.62 -
System Red Green Blue C M Y K H S L
Decimal 171 238 175 0.28 0 0.26 0.07 123.58 0.66 0.8
Hex AB EE AF 1C 0 1A 7 7C 42 50
Octal 253 356 257 34 0 32 7 174 102 120
Binary 10101011 11101110 10101111 11100 0 11010 111 1111100 1000010 1010000

Color Harmonies of #ABEEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEEAF

Black with #ABEEAF

Text Example


Text Example

White with #ABEEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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