Html Css Color HEX #97D7D0 Sinbad

📋 copy color: '#97D7D0'

red 151 ◦ green 215 ◦ blue 208

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

Shades of Sinbad #97D7D0

Tints of Sinbad #97D7D0

RGB

 RED value IS 151 (59.38% from 255) = 26.31%

 GREEN value IS 215 (84.38% from 255) = 37.46%

 BLUE value IS 208 (81.64% from 255) = 36.24%

R = 26.31%
G = 37.46%
B = 36.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#97D7D0 (or 0x97D7D0) is known color: Sinbad. HEX triplet: 97, D7 and D0. RGB value is (151,215,208). Sum of RGB (Red+Green+Blue) = 151+215+208=574 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.31% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #97D7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D7D0 is #68282F. Grayscale: #C3C3C3. Windows color (decimal): -6826032 or 13686679. OLE color: 13686679.

HSL color Cylindrical-coordinate representation of color #97D7D0: hue angle of 173.44º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D7D0 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 215 208 -
CMYK 0.30 0 0.03 0.16
HSL 173.44º 0.44% 0.72% -
HSV(B) 173.44º 0.3% 0.84% -
XYZ 48.45 59.73 68.65 -
YUV 195.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 151 215 208 0.30 0 0.03 0.16 173.44 0.44 0.72
Hex 97 D7 D0 1E 0 3 10 AD 2C 48
Octal 227 327 320 36 0 3 20 255 54 110
Binary 10010111 11010111 11010000 11110 0 11 10000 10101101 101100 1001000

Color Harmonies of #97D7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D7D0

Black with #97D7D0

Text Example


Text Example

White with #97D7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97D7D0; }

 p { color: rgb(151,215,208); }

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

background-color css

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

 a { background-color: rgb(151,215,208); }

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

border-color css

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

 span { border-color: rgb(151,215,208); }

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