Html Css Color HEX #AFEEDA Water Leaf

📋 copy color: '#AFEEDA'

red 175 ◦ green 238 ◦ blue 218

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

Shades of Water Leaf #AFEEDA

Tints of Water Leaf #AFEEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.72%

 BLUE value IS 218 (85.55% from 255) = 34.55%

R = 27.73%
G = 37.72%
B = 34.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#AFEEDA (or 0xAFEEDA) is known color: Water Leaf. HEX triplet: AF, EE and DA. RGB value is (175,238,218). Sum of RGB (Red+Green+Blue) = 175+238+218=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEDA is #501125. Grayscale: #D8D8D8. Windows color (decimal): -5247270 or 14347951. OLE color: 14347951.

HSL color Cylindrical-coordinate representation of color #AFEEDA: hue angle of 160.95º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEDA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 218 -
CMYK 0.26 0 0.08 0.07
HSL 160.95º 0.65% 0.81% -
HSV(B) 160.95º 0.26% 0.93% -
XYZ 60.91 75.32 77.66 -
YUV 216.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 175 238 218 0.26 0 0.08 0.07 160.95 0.65 0.81
Hex AF EE DA 1A 0 8 7 A1 41 51
Octal 257 356 332 32 0 10 7 241 101 121
Binary 10101111 11101110 11011010 11010 0 1000 111 10100001 1000001 1010001

Color Harmonies of #AFEEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEDA

Black with #AFEEDA

Text Example


Text Example

White with #AFEEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEDA; }

 p { color: rgb(175,238,218); }

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

background-color css

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

 a { background-color: rgb(175,238,218); }

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

border-color css

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

 span { border-color: rgb(175,238,218); }

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