Html Css Color HEX #ACDBB0 Celadon

📋 copy color: '#ACDBB0'

red 172 ◦ green 219 ◦ blue 176

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

Shades of Celadon #ACDBB0

Tints of Celadon #ACDBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.62%

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

R = 30.34%
G = 38.62%
B = 31.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#ACDBB0 (or 0xACDBB0) is known color: Celadon. HEX triplet: AC, DB and B0. RGB value is (172,219,176). Sum of RGB (Red+Green+Blue) = 172+219+176=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBB0 is #53244F. Grayscale: #C8C8C8. Windows color (decimal): -5448784 or 11590572. OLE color: 11590572.

HSL color Cylindrical-coordinate representation of color #ACDBB0: hue angle of 125.11º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDBB0 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 176 -
CMYK 0.21 0 0.20 0.14
HSL 125.11º 0.39% 0.77% -
HSV(B) 125.11º 0.21% 0.86% -
XYZ 50.18 62.57 50.51 -
YUV 200.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 172 219 176 0.21 0 0.20 0.14 125.11 0.39 0.77
Hex AC DB B0 15 0 14 E 7D 27 4D
Octal 254 333 260 25 0 24 16 175 47 115
Binary 10101100 11011011 10110000 10101 0 10100 1110 1111101 100111 1001101

Color Harmonies of #ACDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBB0

Black with #ACDBB0

Text Example


Text Example

White with #ACDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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