Html Css Color HEX #ACF2B3 Celadon

📋 copy color: '#ACF2B3'

red 172 ◦ green 242 ◦ blue 179

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

Shades of Celadon #ACF2B3

Tints of Celadon #ACF2B3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.81%

 BLUE value IS 179 (70.31% from 255) = 30.19%

R = 29.01%
G = 40.81%
B = 30.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#ACF2B3 (or 0xACF2B3) is known color: Celadon. HEX triplet: AC, F2 and B3. RGB value is (172,242,179). Sum of RGB (Red+Green+Blue) = 172+242+179=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2B3 is #530D4C. Grayscale: #D6D6D6. Windows color (decimal): -5442893 or 11793068. OLE color: 11793068.

HSL color Cylindrical-coordinate representation of color #ACF2B3: hue angle of 126º degrees, saturation: 0.73, 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 #ACF2B3 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 179 -
CMYK 0.29 0 0.26 0.05
HSL 126º 0.73% 0.81% -
HSV(B) 126º 0.29% 0.95% -
XYZ 56.9 75.53 54.23 -
YUV 213.89 108.31 98.12 -
System Red Green Blue C M Y K H S L
Decimal 172 242 179 0.29 0 0.26 0.05 126 0.73 0.81
Hex AC F2 B3 1D 0 1A 5 7E 49 51
Octal 254 362 263 35 0 32 5 176 111 121
Binary 10101100 11110010 10110011 11101 0 11010 101 1111110 1001001 1010001

Color Harmonies of #ACF2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2B3

Black with #ACF2B3

Text Example


Text Example

White with #ACF2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2B3; }

 p { color: rgb(172,242,179); }

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

background-color css

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

 a { background-color: rgb(172,242,179); }

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

border-color css

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

 span { border-color: rgb(172,242,179); }

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