Html Css Color HEX #ACFCB2 Celadon

📋 copy color: '#ACFCB2'

red 172 ◦ green 252 ◦ blue 178

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

Shades of Celadon #ACFCB2

Tints of Celadon #ACFCB2

RGB

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

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

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

R = 28.57%
G = 41.86%
B = 29.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#ACFCB2 (or 0xACFCB2) is known color: Celadon. HEX triplet: AC, FC and B2. RGB value is (172,252,178). Sum of RGB (Red+Green+Blue) = 172+252+178=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFCB2 is #53034D. Grayscale: #DBDBDB. Windows color (decimal): -5440334 or 11730092. OLE color: 11730092.

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

Color convert

RGB 172 252 178 -
CMYK 0.32 0 0.29 0.01
HSL 124.5º 0.93% 0.83% -
HSV(B) 124.5º 0.32% 0.99% -
XYZ 59.86 81.61 54.72 -
YUV 219.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 172 252 178 0.32 0 0.29 0.01 124.5 0.93 0.83
Hex AC FC B2 20 0 1D 1 7C 5D 53
Octal 254 374 262 40 0 35 1 174 135 123
Binary 10101100 11111100 10110010 100000 0 11101 1 1111100 1011101 1010011

Color Harmonies of #ACFCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCB2

Black with #ACFCB2

Text Example


Text Example

White with #ACFCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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