Html Css Color HEX #AFFBE3 Water Leaf

📋 copy color: '#AFFBE3'

red 175 ◦ green 251 ◦ blue 227

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

Shades of Water Leaf #AFFBE3

Tints of Water Leaf #AFFBE3

RGB

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

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

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

R = 26.8%
G = 38.44%
B = 34.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#AFFBE3 (or 0xAFFBE3) is known color: Water Leaf. HEX triplet: AF, FB and E3. RGB value is (175,251,227). Sum of RGB (Red+Green+Blue) = 175+251+227=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBE3 is #50041C. Grayscale: #E1E1E1. Windows color (decimal): -5243933 or 14941103. OLE color: 14941103.

HSL color Cylindrical-coordinate representation of color #AFFBE3: hue angle of 161.05º 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 #AFFBE3 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 227 -
CMYK 0.30 0 0.10 0.02
HSL 161.05º 0.9% 0.84% -
HSV(B) 161.05º 0.3% 0.98% -
XYZ 66.04 83.65 85.34 -
YUV 225.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 175 251 227 0.30 0 0.10 0.02 161.05 0.9 0.84
Hex AF FB E3 1E 0 A 2 A1 5A 54
Octal 257 373 343 36 0 12 2 241 132 124
Binary 10101111 11111011 11100011 11110 0 1010 10 10100001 1011010 1010100

Color Harmonies of #AFFBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBE3

Black with #AFFBE3

Text Example


Text Example

White with #AFFBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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