Html Css Color HEX #9ED2C5 Sinbad

📋 copy color: '#9ED2C5'

red 158 ◦ green 210 ◦ blue 197

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

Shades of Sinbad #9ED2C5

Tints of Sinbad #9ED2C5

RGB

 RED value IS 158 (62.11% from 255) = 27.96%

 GREEN value IS 210 (82.42% from 255) = 37.17%

 BLUE value IS 197 (77.34% from 255) = 34.87%

R = 27.96%
G = 37.17%
B = 34.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#9ED2C5 (or 0x9ED2C5) is known color: Sinbad. HEX triplet: 9E, D2 and C5. RGB value is (158,210,197). Sum of RGB (Red+Green+Blue) = 158+210+197=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED2C5 is #612D3A. Grayscale: #C0C0C0. Windows color (decimal): -6368571 or 12964510. OLE color: 12964510.

HSL color Cylindrical-coordinate representation of color #9ED2C5: hue angle of 165º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED2C5 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 210 197 -
CMYK 0.25 0 0.06 0.18
HSL 165º 0.37% 0.72% -
HSV(B) 165º 0.25% 0.82% -
XYZ 47.23 57.39 61.41 -
YUV 192.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 158 210 197 0.25 0 0.06 0.18 165 0.37 0.72
Hex 9E D2 C5 19 0 6 12 A5 25 48
Octal 236 322 305 31 0 6 22 245 45 110
Binary 10011110 11010010 11000101 11001 0 110 10010 10100101 100101 1001000

Color Harmonies of #9ED2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED2C5

Black with #9ED2C5

Text Example


Text Example

White with #9ED2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ED2C5; }

 p { color: rgb(158,210,197); }

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

background-color css

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

 a { background-color: rgb(158,210,197); }

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

border-color css

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

 span { border-color: rgb(158,210,197); }

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