Html Css Color HEX #AFECDA Water Leaf

📋 copy color: '#AFECDA'

red 175 ◦ green 236 ◦ blue 218

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

Shades of Water Leaf #AFECDA

Tints of Water Leaf #AFECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.52%

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

R = 27.82%
G = 37.52%
B = 34.66%

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

#AFECDA (or 0xAFECDA) is known color: Water Leaf. HEX triplet: AF, EC and DA. RGB value is (175,236,218). Sum of RGB (Red+Green+Blue) = 175+236+218=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECDA is #501325. Grayscale: #D7D7D7. Windows color (decimal): -5247782 or 14347439. OLE color: 14347439.

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

Color convert

RGB 175 236 218 -
CMYK 0.26 0 0.08 0.07
HSL 162.3º 0.62% 0.81% -
HSV(B) 162.3º 0.26% 0.93% -
XYZ 60.33 74.17 77.47 -
YUV 215.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 175 236 218 0.26 0 0.08 0.07 162.3 0.62 0.81
Hex AF EC DA 1A 0 8 7 A2 3E 51
Octal 257 354 332 32 0 10 7 242 76 121
Binary 10101111 11101100 11011010 11010 0 1000 111 10100010 111110 1010001

Color Harmonies of #AFECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECDA

Black with #AFECDA

Text Example


Text Example

White with #AFECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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