Html Css Color HEX #ACFAB0 Celadon

📋 copy color: '#ACFAB0'

red 172 ◦ green 250 ◦ blue 176

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

Shades of Celadon #ACFAB0

Tints of Celadon #ACFAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.81%

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

R = 28.76%
G = 41.81%
B = 29.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#ACFAB0 (or 0xACFAB0) is known color: Celadon. HEX triplet: AC, FA and B0. RGB value is (172,250,176). Sum of RGB (Red+Green+Blue) = 172+250+176=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFAB0 is #53054F. Grayscale: #DADADA. Windows color (decimal): -5440848 or 11598508. OLE color: 11598508.

HSL color Cylindrical-coordinate representation of color #ACFAB0: hue angle of 123.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAB0 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 176 -
CMYK 0.31 0 0.30 0.02
HSL 123.08º 0.89% 0.83% -
HSV(B) 123.08º 0.31% 0.98% -
XYZ 59.04 80.28 53.46 -
YUV 218.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 172 250 176 0.31 0 0.30 0.02 123.08 0.89 0.83
Hex AC FA B0 1F 0 1E 2 7B 59 53
Octal 254 372 260 37 0 36 2 173 131 123
Binary 10101100 11111010 10110000 11111 0 11110 10 1111011 1011001 1010011

Color Harmonies of #ACFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAB0

Black with #ACFAB0

Text Example


Text Example

White with #ACFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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