Html Css Color HEX #ACFCEA Water Leaf

📋 copy color: '#ACFCEA'

red 172 ◦ green 252 ◦ blue 234

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

Shades of Water Leaf #ACFCEA

Tints of Water Leaf #ACFCEA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.3%

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

R = 26.14%
G = 38.3%
B = 35.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#ACFCEA (or 0xACFCEA) is known color: Water Leaf. HEX triplet: AC, FC and EA. RGB value is (172,252,234). Sum of RGB (Red+Green+Blue) = 172+252+234=658 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.14% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCEA is #530315. Grayscale: #E2E2E2. Windows color (decimal): -5440278 or 15400108. OLE color: 15400108.

HSL color Cylindrical-coordinate representation of color #ACFCEA: hue angle of 166.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCEA is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 234 -
CMYK 0.32 0 0.07 0.01
HSL 166.5º 0.93% 0.83% -
HSV(B) 166.5º 0.32% 0.99% -
XYZ 66.67 84.33 90.61 -
YUV 226.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 172 252 234 0.32 0 0.07 0.01 166.5 0.93 0.83
Hex AC FC EA 20 0 7 1 A6 5D 53
Octal 254 374 352 40 0 7 1 246 135 123
Binary 10101100 11111100 11101010 100000 0 111 1 10100110 1011101 1010011

Color Harmonies of #ACFCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCEA

Black with #ACFCEA

Text Example


Text Example

White with #ACFCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCEA; }

 p { color: rgb(172,252,234); }

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

background-color css

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

 a { background-color: rgb(172,252,234); }

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

border-color css

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

 span { border-color: rgb(172,252,234); }

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