Html Css Color HEX #ABDCB3 Celadon

📋 copy color: '#ABDCB3'

red 171 ◦ green 220 ◦ blue 179

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

Shades of Celadon #ABDCB3

Tints of Celadon #ABDCB3

RGB

 RED value IS 171 (67.19% from 255) = 30%

 GREEN value IS 220 (86.33% from 255) = 38.6%

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

R = 30%
G = 38.6%
B = 31.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#ABDCB3 (or 0xABDCB3) is known color: Celadon. HEX triplet: AB, DC and B3. RGB value is (171,220,179). Sum of RGB (Red+Green+Blue) = 171+220+179=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCB3 is #54234C. Grayscale: #C8C8C8. Windows color (decimal): -5514061 or 11787435. OLE color: 11787435.

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

Color convert

RGB 171 220 179 -
CMYK 0.22 0 0.19 0.14
HSL 129.8º 0.41% 0.77% -
HSV(B) 129.8º 0.22% 0.86% -
XYZ 50.52 63.1 52.16 -
YUV 200.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 171 220 179 0.22 0 0.19 0.14 129.8 0.41 0.77
Hex AB DC B3 16 0 13 E 82 29 4D
Octal 253 334 263 26 0 23 16 202 51 115
Binary 10101011 11011100 10110011 10110 0 10011 1110 10000010 101001 1001101

Color Harmonies of #ABDCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCB3

Black with #ABDCB3

Text Example


Text Example

White with #ABDCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCB3; }

 p { color: rgb(171,220,179); }

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

background-color css

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

 a { background-color: rgb(171,220,179); }

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

border-color css

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

 span { border-color: rgb(171,220,179); }

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