Html Css Color HEX #ACF3B2 Celadon

📋 copy color: '#ACF3B2'

red 172 ◦ green 243 ◦ blue 178

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

Shades of Celadon #ACF3B2

Tints of Celadon #ACF3B2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.98%

 BLUE value IS 178 (69.92% from 255) = 30.02%

R = 29.01%
G = 40.98%
B = 30.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#ACF3B2 (or 0xACF3B2) is known color: Celadon. HEX triplet: AC, F3 and B2. RGB value is (172,243,178). Sum of RGB (Red+Green+Blue) = 172+243+178=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF3B2 is #530C4D. Grayscale: #D6D6D6. Windows color (decimal): -5442638 or 11727788. OLE color: 11727788.

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

Color convert

RGB 172 243 178 -
CMYK 0.29 0 0.27 0.05
HSL 125.07º 0.75% 0.81% -
HSV(B) 125.07º 0.29% 0.95% -
XYZ 57.1 76.09 53.8 -
YUV 214.36 107.48 97.79 -
System Red Green Blue C M Y K H S L
Decimal 172 243 178 0.29 0 0.27 0.05 125.07 0.75 0.81
Hex AC F3 B2 1D 0 1B 5 7D 4B 51
Octal 254 363 262 35 0 33 5 175 113 121
Binary 10101100 11110011 10110010 11101 0 11011 101 1111101 1001011 1010001

Color Harmonies of #ACF3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3B2

Black with #ACF3B2

Text Example


Text Example

White with #ACF3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3B2; }

 p { color: rgb(172,243,178); }

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

background-color css

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

 a { background-color: rgb(172,243,178); }

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

border-color css

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

 span { border-color: rgb(172,243,178); }

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