Html Css Color HEX #AFFEEA Water Leaf

📋 copy color: '#AFFEEA'

red 175 ◦ green 254 ◦ blue 234

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

Shades of Water Leaf #AFFEEA

Tints of Water Leaf #AFFEEA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.31%

 BLUE value IS 234 (91.8% from 255) = 35.29%

R = 26.4%
G = 38.31%
B = 35.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#AFFEEA (or 0xAFFEEA) is known color: Water Leaf. HEX triplet: AF, FE and EA. RGB value is (175,254,234). Sum of RGB (Red+Green+Blue) = 175+254+234=663 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.40% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFEEA is #500115. Grayscale: #E4E4E4. Windows color (decimal): -5243158 or 15400623. OLE color: 15400623.

HSL color Cylindrical-coordinate representation of color #AFFEEA: hue angle of 164.81º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEEA is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 234 -
CMYK 0.31 0 0.08 0.00
HSL 164.81º 0.98% 0.84% -
HSV(B) 164.81º 0.31% 1% -
XYZ 67.97 85.94 90.85 -
YUV 228.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 175 254 234 0.31 0 0.08 0.00 164.81 0.98 0.84
Hex AF FE EA 1F 0 8 0 A5 62 54
Octal 257 376 352 37 0 10 0 245 142 124
Binary 10101111 11111110 11101010 11111 0 1000 0 10100101 1100010 1010100

Color Harmonies of #AFFEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFEEA

Black with #AFFEEA

Text Example


Text Example

White with #AFFEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFEEA; }

 p { color: rgb(175,254,234); }

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

background-color css

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

 a { background-color: rgb(175,254,234); }

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

border-color css

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

 span { border-color: rgb(175,254,234); }

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