Html Css Color HEX #A7DBB0 Celadon

📋 copy color: '#A7DBB0'

red 167 ◦ green 219 ◦ blue 176

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

Shades of Celadon #A7DBB0

Tints of Celadon #A7DBB0

RGB

 RED value IS 167 (65.63% from 255) = 29.72%

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

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

R = 29.72%
G = 38.97%
B = 31.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#A7DBB0 (or 0xA7DBB0) is known color: Celadon. HEX triplet: A7, DB and B0. RGB value is (167,219,176). Sum of RGB (Red+Green+Blue) = 167+219+176=562 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.72% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DBB0 is #58244F. Grayscale: #C6C6C6. Windows color (decimal): -5776464 or 11590567. OLE color: 11590567.

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

Color convert

RGB 167 219 176 -
CMYK 0.24 0 0.20 0.14
HSL 130.38º 0.42% 0.76% -
HSV(B) 130.38º 0.24% 0.86% -
XYZ 49.1 62.01 50.46 -
YUV 198.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 167 219 176 0.24 0 0.20 0.14 130.38 0.42 0.76
Hex A7 DB B0 18 0 14 E 82 2A 4C
Octal 247 333 260 30 0 24 16 202 52 114
Binary 10100111 11011011 10110000 11000 0 10100 1110 10000010 101010 1001100

Color Harmonies of #A7DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DBB0

Black with #A7DBB0

Text Example


Text Example

White with #A7DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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