Html Css Color HEX #ACFAB3 Celadon

📋 copy color: '#ACFAB3'

red 172 ◦ green 250 ◦ blue 179

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

Shades of Celadon #ACFAB3

Tints of Celadon #ACFAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.78%

R = 28.62%
G = 41.6%
B = 29.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#ACFAB3 (or 0xACFAB3) is known color: Celadon. HEX triplet: AC, FA and B3. RGB value is (172,250,179). Sum of RGB (Red+Green+Blue) = 172+250+179=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAB3 is #53054C. Grayscale: #DADADA. Windows color (decimal): -5440845 or 11795116. OLE color: 11795116.

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

Color convert

RGB 172 250 179 -
CMYK 0.31 0 0.28 0.02
HSL 125.38º 0.89% 0.83% -
HSV(B) 125.38º 0.31% 0.98% -
XYZ 59.34 80.4 55.04 -
YUV 218.58 105.66 94.77 -
System Red Green Blue C M Y K H S L
Decimal 172 250 179 0.31 0 0.28 0.02 125.38 0.89 0.83
Hex AC FA B3 1F 0 1C 2 7D 59 53
Octal 254 372 263 37 0 34 2 175 131 123
Binary 10101100 11111010 10110011 11111 0 11100 10 1111101 1011001 1010011

Color Harmonies of #ACFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAB3

Black with #ACFAB3

Text Example


Text Example

White with #ACFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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