Html Css Color HEX #A4D0CB Sinbad

📋 copy color: '#A4D0CB'

red 164 ◦ green 208 ◦ blue 203

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

Shades of Sinbad #A4D0CB

Tints of Sinbad #A4D0CB

RGB

 RED value IS 164 (64.45% from 255) = 28.52%

 GREEN value IS 208 (81.64% from 255) = 36.17%

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 28.52%
G = 36.17%
B = 35.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#A4D0CB (or 0xA4D0CB) is known color: Sinbad. HEX triplet: A4, D0 and CB. RGB value is (164,208,203). Sum of RGB (Red+Green+Blue) = 164+208+203=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D0CB is #5B2F34. Grayscale: #C2C2C2. Windows color (decimal): -5975861 or 13357220. OLE color: 13357220.

HSL color Cylindrical-coordinate representation of color #A4D0CB: hue angle of 173.18º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4D0CB is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 208 203 -
CMYK 0.21 0 0.02 0.18
HSL 173.18º 0.32% 0.73% -
HSV(B) 173.18º 0.21% 0.82% -
XYZ 48.65 57.32 65 -
YUV 194.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 164 208 203 0.21 0 0.02 0.18 173.18 0.32 0.73
Hex A4 D0 CB 15 0 2 12 AD 20 49
Octal 244 320 313 25 0 2 22 255 40 111
Binary 10100100 11010000 11001011 10101 0 10 10010 10101101 100000 1001001

Color Harmonies of #A4D0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D0CB

Black with #A4D0CB

Text Example


Text Example

White with #A4D0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D0CB; }

 p { color: rgb(164,208,203); }

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

background-color css

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

 a { background-color: rgb(164,208,203); }

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

border-color css

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

 span { border-color: rgb(164,208,203); }

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