Html Css Color HEX #AFEBE3 Water Leaf

📋 copy color: '#AFEBE3'

red 175 ◦ green 235 ◦ blue 227

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

Shades of Water Leaf #AFEBE3

Tints of Water Leaf #AFEBE3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.89%

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

R = 27.47%
G = 36.89%
B = 35.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#AFEBE3 (or 0xAFEBE3) is known color: Water Leaf. HEX triplet: AF, EB and E3. RGB value is (175,235,227). Sum of RGB (Red+Green+Blue) = 175+235+227=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBE3 is #50141C. Grayscale: #D8D8D8. Windows color (decimal): -5248029 or 14937007. OLE color: 14937007.

HSL color Cylindrical-coordinate representation of color #AFEBE3: hue angle of 172º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBE3 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 227 -
CMYK 0.26 0 0.03 0.08
HSL 172º 0.6% 0.8% -
HSV(B) 172º 0.26% 0.92% -
XYZ 61.25 74.08 83.74 -
YUV 216.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 175 235 227 0.26 0 0.03 0.08 172 0.6 0.8
Hex AF EB E3 1A 0 3 8 AC 3C 50
Octal 257 353 343 32 0 3 10 254 74 120
Binary 10101111 11101011 11100011 11010 0 11 1000 10101100 111100 1010000

Color Harmonies of #AFEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBE3

Black with #AFEBE3

Text Example


Text Example

White with #AFEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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