Html Css Color HEX #AFFAEA Water Leaf

📋 copy color: '#AFFAEA'

red 175 ◦ green 250 ◦ blue 234

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

Shades of Water Leaf #AFFAEA

Tints of Water Leaf #AFFAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.94%

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

R = 26.56%
G = 37.94%
B = 35.51%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#AFFAEA (or 0xAFFAEA) is known color: Water Leaf. HEX triplet: AF, FA and EA. RGB value is (175,250,234). Sum of RGB (Red+Green+Blue) = 175+250+234=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFAEA is #500515. Grayscale: #E1E1E1. Windows color (decimal): -5244182 or 15399599. OLE color: 15399599.

HSL color Cylindrical-coordinate representation of color #AFFAEA: hue angle of 167.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAEA is Cyan = 0.3, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 234 -
CMYK 0.3 0 0.06 0.02
HSL 167.2º 0.88% 0.83% -
HSV(B) 167.2º 0.3% 0.98% -
XYZ 66.72 83.43 90.43 -
YUV 225.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 175 250 234 0.3 0 0.06 0.02 167.2 0.88 0.83
Hex AF FA EA 1E 0 6 2 A7 58 53
Octal 257 372 352 36 0 6 2 247 130 123
Binary 10101111 11111010 11101010 11110 0 110 10 10100111 1011000 1010011

Color Harmonies of #AFFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFAEA

Black with #AFFAEA

Text Example


Text Example

White with #AFFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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