Html Css Color HEX #AFEFE3 Water Leaf

📋 copy color: '#AFEFE3'

red 175 ◦ green 239 ◦ blue 227

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

Shades of Water Leaf #AFEFE3

Tints of Water Leaf #AFEFE3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.29%

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

R = 27.3%
G = 37.29%
B = 35.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#AFEFE3 (or 0xAFEFE3) is known color: Water Leaf. HEX triplet: AF, EF and E3. RGB value is (175,239,227). Sum of RGB (Red+Green+Blue) = 175+239+227=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFE3 is #50101C. Grayscale: #DADADA. Windows color (decimal): -5247005 or 14938031. OLE color: 14938031.

HSL color Cylindrical-coordinate representation of color #AFEFE3: hue angle of 168.75º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFE3 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 227 -
CMYK 0.27 0 0.05 0.06
HSL 168.75º 0.67% 0.81% -
HSV(B) 168.75º 0.27% 0.94% -
XYZ 62.41 76.39 84.13 -
YUV 218.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 175 239 227 0.27 0 0.05 0.06 168.75 0.67 0.81
Hex AF EF E3 1B 0 5 6 A9 43 51
Octal 257 357 343 33 0 5 6 251 103 121
Binary 10101111 11101111 11100011 11011 0 101 110 10101001 1000011 1010001

Color Harmonies of #AFEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFE3

Black with #AFEFE3

Text Example


Text Example

White with #AFEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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