Html Css Color HEX #ABF2E3 Water Leaf

📋 copy color: '#ABF2E3'

red 171 ◦ green 242 ◦ blue 227

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

Shades of Water Leaf #ABF2E3

Tints of Water Leaf #ABF2E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.47%

R = 26.72%
G = 37.81%
B = 35.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#ABF2E3 (or 0xABF2E3) is known color: Water Leaf. HEX triplet: AB, F2 and E3. RGB value is (171,242,227). Sum of RGB (Red+Green+Blue) = 171+242+227=640 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.72% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2E3 is #540D1C. Grayscale: #DBDBDB. Windows color (decimal): -5508381 or 14938795. OLE color: 14938795.

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

Color convert

RGB 171 242 227 -
CMYK 0.29 0 0.06 0.05
HSL 167.32º 0.73% 0.81% -
HSV(B) 167.32º 0.29% 0.95% -
XYZ 62.41 77.71 84.38 -
YUV 219.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 171 242 227 0.29 0 0.06 0.05 167.32 0.73 0.81
Hex AB F2 E3 1D 0 6 5 A7 49 51
Octal 253 362 343 35 0 6 5 247 111 121
Binary 10101011 11110010 11100011 11101 0 110 101 10100111 1001001 1010001

Color Harmonies of #ABF2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2E3

Black with #ABF2E3

Text Example


Text Example

White with #ABF2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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