Html Css Color HEX #ACFCB0 Celadon

📋 copy color: '#ACFCB0'

red 172 ◦ green 252 ◦ blue 176

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

Shades of Celadon #ACFCB0

Tints of Celadon #ACFCB0

RGB

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

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

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

R = 28.67%
G = 42%
B = 29.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#ACFCB0 (or 0xACFCB0) is known color: Celadon. HEX triplet: AC, FC and B0. RGB value is (172,252,176). Sum of RGB (Red+Green+Blue) = 172+252+176=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFCB0 is #53034F. Grayscale: #DBDBDB. Windows color (decimal): -5440336 or 11599020. OLE color: 11599020.

HSL color Cylindrical-coordinate representation of color #ACFCB0: hue angle of 123º 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 #ACFCB0 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 176 -
CMYK 0.32 0 0.30 0.01
HSL 123º 0.93% 0.83% -
HSV(B) 123º 0.32% 0.99% -
XYZ 59.66 81.53 53.67 -
YUV 219.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 172 252 176 0.32 0 0.30 0.01 123 0.93 0.83
Hex AC FC B0 20 0 1E 1 7B 5D 53
Octal 254 374 260 40 0 36 1 173 135 123
Binary 10101100 11111100 10110000 100000 0 11110 1 1111011 1011101 1010011

Color Harmonies of #ACFCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCB0

Black with #ACFCB0

Text Example


Text Example

White with #ACFCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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