Html Css Color HEX #ADCECA Sinbad

📋 copy color: '#ADCECA'

red 173 ◦ green 206 ◦ blue 202

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

Shades of Sinbad #ADCECA

Tints of Sinbad #ADCECA

RGB

 RED value IS 173 (67.97% from 255) = 29.78%

 GREEN value IS 206 (80.86% from 255) = 35.46%

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 29.78%
G = 35.46%
B = 34.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#ADCECA (or 0xADCECA) is known color: Sinbad. HEX triplet: AD, CE and CA. RGB value is (173,206,202). Sum of RGB (Red+Green+Blue) = 173+206+202=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCECA is #523135. Grayscale: #C3C3C3. Windows color (decimal): -5386550 or 13291181. OLE color: 13291181.

HSL color Cylindrical-coordinate representation of color #ADCECA: hue angle of 172.73º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCECA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 202 -
CMYK 0.16 0 0.02 0.19
HSL 172.73º 0.25% 0.74% -
HSV(B) 172.73º 0.16% 0.81% -
XYZ 49.97 57.29 64.3 -
YUV 195.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 173 206 202 0.16 0 0.02 0.19 172.73 0.25 0.74
Hex AD CE CA 10 0 2 13 AD 19 4A
Octal 255 316 312 20 0 2 23 255 31 112
Binary 10101101 11001110 11001010 10000 0 10 10011 10101101 11001 1001010

Color Harmonies of #ADCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCECA

Black with #ADCECA

Text Example


Text Example

White with #ADCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCECA; }

 p { color: rgb(173,206,202); }

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

background-color css

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

 a { background-color: rgb(173,206,202); }

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

border-color css

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

 span { border-color: rgb(173,206,202); }

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