Html Css Color HEX #ACF0B2 Celadon

📋 copy color: '#ACF0B2'

red 172 ◦ green 240 ◦ blue 178

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

Shades of Celadon #ACF0B2

Tints of Celadon #ACF0B2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.68%

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

R = 29.15%
G = 40.68%
B = 30.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#ACF0B2 (or 0xACF0B2) is known color: Celadon. HEX triplet: AC, F0 and B2. RGB value is (172,240,178). Sum of RGB (Red+Green+Blue) = 172+240+178=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0B2 is #530F4D. Grayscale: #D4D4D4. Windows color (decimal): -5443406 or 11727020. OLE color: 11727020.

HSL color Cylindrical-coordinate representation of color #ACF0B2: hue angle of 125.29º degrees, saturation: 0.69, 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 #ACF0B2 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 178 -
CMYK 0.28 0 0.26 0.06
HSL 125.29º 0.69% 0.81% -
HSV(B) 125.29º 0.28% 0.94% -
XYZ 56.21 74.31 53.5 -
YUV 212.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 172 240 178 0.28 0 0.26 0.06 125.29 0.69 0.81
Hex AC F0 B2 1C 0 1A 6 7D 45 51
Octal 254 360 262 34 0 32 6 175 105 121
Binary 10101100 11110000 10110010 11100 0 11010 110 1111101 1000101 1010001

Color Harmonies of #ACF0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0B2

Black with #ACF0B2

Text Example


Text Example

White with #ACF0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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