Html Css Color HEX #ACF0B0 Celadon

📋 copy color: '#ACF0B0'

red 172 ◦ green 240 ◦ blue 176

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

Shades of Celadon #ACF0B0

Tints of Celadon #ACF0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.93%

R = 29.25%
G = 40.82%
B = 29.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#ACF0B0 (or 0xACF0B0) is known color: Celadon. HEX triplet: AC, F0 and B0. RGB value is (172,240,176). Sum of RGB (Red+Green+Blue) = 172+240+176=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0B0 is #530F4F. Grayscale: #D4D4D4. Windows color (decimal): -5443408 or 11595948. OLE color: 11595948.

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

Color convert

RGB 172 240 176 -
CMYK 0.28 0 0.27 0.06
HSL 123.53º 0.69% 0.81% -
HSV(B) 123.53º 0.28% 0.94% -
XYZ 56.01 74.23 52.45 -
YUV 212.37 107.47 99.2 -
System Red Green Blue C M Y K H S L
Decimal 172 240 176 0.28 0 0.27 0.06 123.53 0.69 0.81
Hex AC F0 B0 1C 0 1B 6 7C 45 51
Octal 254 360 260 34 0 33 6 174 105 121
Binary 10101100 11110000 10110000 11100 0 11011 110 1111100 1000101 1010001

Color Harmonies of #ACF0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0B0

Black with #ACF0B0

Text Example


Text Example

White with #ACF0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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