Html Css Color HEX #ACF1E6 Water Leaf

📋 copy color: '#ACF1E6'

red 172 ◦ green 241 ◦ blue 230

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

Shades of Water Leaf #ACF1E6

Tints of Water Leaf #ACF1E6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.48%

 BLUE value IS 230 (90.23% from 255) = 35.77%

R = 26.75%
G = 37.48%
B = 35.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#ACF1E6 (or 0xACF1E6) is known color: Water Leaf. HEX triplet: AC, F1 and E6. RGB value is (172,241,230). Sum of RGB (Red+Green+Blue) = 172+241+230=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1E6 is #530E19. Grayscale: #DBDBDB. Windows color (decimal): -5443098 or 15135148. OLE color: 15135148.

HSL color Cylindrical-coordinate representation of color #ACF1E6: hue angle of 170.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1E6 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 230 -
CMYK 0.29 0 0.05 0.05
HSL 170.43º 0.71% 0.81% -
HSV(B) 170.43º 0.29% 0.95% -
XYZ 62.75 77.39 86.49 -
YUV 219.12 134.14 94.39 -
System Red Green Blue C M Y K H S L
Decimal 172 241 230 0.29 0 0.05 0.05 170.43 0.71 0.81
Hex AC F1 E6 1D 0 5 5 AA 47 51
Octal 254 361 346 35 0 5 5 252 107 121
Binary 10101100 11110001 11100110 11101 0 101 101 10101010 1000111 1010001

Color Harmonies of #ACF1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1E6

Black with #ACF1E6

Text Example


Text Example

White with #ACF1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1E6; }

 p { color: rgb(172,241,230); }

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

background-color css

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

 a { background-color: rgb(172,241,230); }

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

border-color css

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

 span { border-color: rgb(172,241,230); }

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