Html Css Color HEX #AFEBDE Water Leaf

📋 copy color: '#AFEBDE'

red 175 ◦ green 235 ◦ blue 222

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

Shades of Water Leaf #AFEBDE

Tints of Water Leaf #AFEBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.13%

R = 27.69%
G = 37.18%
B = 35.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#AFEBDE (or 0xAFEBDE) is known color: Water Leaf. HEX triplet: AF, EB and DE. RGB value is (175,235,222). Sum of RGB (Red+Green+Blue) = 175+235+222=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBDE is #501421. Grayscale: #D7D7D7. Windows color (decimal): -5248034 or 14609327. OLE color: 14609327.

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

Color convert

RGB 175 235 222 -
CMYK 0.26 0 0.06 0.08
HSL 167º 0.6% 0.8% -
HSV(B) 167º 0.26% 0.92% -
XYZ 60.57 73.8 80.16 -
YUV 215.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 175 235 222 0.26 0 0.06 0.08 167 0.6 0.8
Hex AF EB DE 1A 0 6 8 A7 3C 50
Octal 257 353 336 32 0 6 10 247 74 120
Binary 10101111 11101011 11011110 11010 0 110 1000 10100111 111100 1010000

Color Harmonies of #AFEBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBDE

Black with #AFEBDE

Text Example


Text Example

White with #AFEBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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