Html Css Color HEX #ACEFDB Water Leaf

📋 copy color: '#ACEFDB'

red 172 ◦ green 239 ◦ blue 219

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

Shades of Water Leaf #ACEFDB

Tints of Water Leaf #ACEFDB

RGB

 RED value IS 172 (67.58% from 255) = 27.3%

 GREEN value IS 239 (93.75% from 255) = 37.94%

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

R = 27.3%
G = 37.94%
B = 34.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#ACEFDB (or 0xACEFDB) is known color: Water Leaf. HEX triplet: AC, EF and DB. RGB value is (172,239,219). Sum of RGB (Red+Green+Blue) = 172+239+219=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFDB is #531024. Grayscale: #D8D8D8. Windows color (decimal): -5443621 or 14413740. OLE color: 14413740.

HSL color Cylindrical-coordinate representation of color #ACEFDB: hue angle of 162.09º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFDB is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 239 219 -
CMYK 0.28 0 0.08 0.06
HSL 162.09º 0.68% 0.81% -
HSV(B) 162.09º 0.28% 0.94% -
XYZ 60.67 75.62 78.42 -
YUV 216.69 129.3 96.13 -
System Red Green Blue C M Y K H S L
Decimal 172 239 219 0.28 0 0.08 0.06 162.09 0.68 0.81
Hex AC EF DB 1C 0 8 6 A2 44 51
Octal 254 357 333 34 0 10 6 242 104 121
Binary 10101100 11101111 11011011 11100 0 1000 110 10100010 1000100 1010001

Color Harmonies of #ACEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFDB

Black with #ACEFDB

Text Example


Text Example

White with #ACEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFDB; }

 p { color: rgb(172,239,219); }

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

background-color css

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

 a { background-color: rgb(172,239,219); }

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

border-color css

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

 span { border-color: rgb(172,239,219); }

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