Html Css Color HEX #AFEADB Water Leaf

📋 copy color: '#AFEADB'

red 175 ◦ green 234 ◦ blue 219

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

Shades of Water Leaf #AFEADB

Tints of Water Leaf #AFEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.26%

 BLUE value IS 219 (85.94% from 255) = 34.87%

R = 27.87%
G = 37.26%
B = 34.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#AFEADB (or 0xAFEADB) is known color: Water Leaf. HEX triplet: AF, EA and DB. RGB value is (175,234,219). Sum of RGB (Red+Green+Blue) = 175+234+219=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEADB is #501524. Grayscale: #D6D6D6. Windows color (decimal): -5248293 or 14412463. OLE color: 14412463.

HSL color Cylindrical-coordinate representation of color #AFEADB: hue angle of 164.75º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEADB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 219 -
CMYK 0.25 0 0.06 0.08
HSL 164.75º 0.58% 0.8% -
HSV(B) 164.75º 0.25% 0.92% -
XYZ 59.89 73.07 77.97 -
YUV 214.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 175 234 219 0.25 0 0.06 0.08 164.75 0.58 0.8
Hex AF EA DB 19 0 6 8 A5 3A 50
Octal 257 352 333 31 0 6 10 245 72 120
Binary 10101111 11101010 11011011 11001 0 110 1000 10100101 111010 1010000

Color Harmonies of #AFEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEADB

Black with #AFEADB

Text Example


Text Example

White with #AFEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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