Html Css Color HEX #AFFBE0 Water Leaf

📋 copy color: '#AFFBE0'

red 175 ◦ green 251 ◦ blue 224

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

Shades of Water Leaf #AFFBE0

Tints of Water Leaf #AFFBE0

RGB

 RED value IS 175 (68.75% from 255) = 26.92%

 GREEN value IS 251 (98.44% from 255) = 38.62%

 BLUE value IS 224 (87.89% from 255) = 34.46%

R = 26.92%
G = 38.62%
B = 34.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#AFFBE0 (or 0xAFFBE0) is known color: Water Leaf. HEX triplet: AF, FB and E0. RGB value is (175,251,224). Sum of RGB (Red+Green+Blue) = 175+251+224=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBE0 is #50041F. Grayscale: #E1E1E1. Windows color (decimal): -5243936 or 14744495. OLE color: 14744495.

HSL color Cylindrical-coordinate representation of color #AFFBE0: hue angle of 158.68º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBE0 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 224 -
CMYK 0.30 0 0.11 0.02
HSL 158.68º 0.9% 0.84% -
HSV(B) 158.68º 0.3% 0.98% -
XYZ 65.63 83.49 83.18 -
YUV 225.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 175 251 224 0.30 0 0.11 0.02 158.68 0.9 0.84
Hex AF FB E0 1E 0 B 2 9F 5A 54
Octal 257 373 340 36 0 13 2 237 132 124
Binary 10101111 11111011 11100000 11110 0 1011 10 10011111 1011010 1010100

Color Harmonies of #AFFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBE0

Black with #AFFBE0

Text Example


Text Example

White with #AFFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBE0; }

 p { color: rgb(175,251,224); }

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

background-color css

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

 a { background-color: rgb(175,251,224); }

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

border-color css

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

 span { border-color: rgb(175,251,224); }

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