Html Css Color HEX #97D7C2 Riptide

📋 copy color: '#97D7C2'

red 151 ◦ green 215 ◦ blue 194

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

Shades of Riptide #97D7C2

Tints of Riptide #97D7C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.64%

R = 26.96%
G = 38.39%
B = 34.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#97D7C2 (or 0x97D7C2) is known color: Riptide. HEX triplet: 97, D7 and C2. RGB value is (151,215,194). Sum of RGB (Red+Green+Blue) = 151+215+194=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 215 - color contains mainly: green. Hex color #97D7C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D7C2 is #68283D. Grayscale: #C1C1C1. Windows color (decimal): -6826046 or 12769175. OLE color: 12769175.

HSL color Cylindrical-coordinate representation of color #97D7C2: hue angle of 160.31º 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 #97D7C2 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 215 194 -
CMYK 0.30 0 0.10 0.16
HSL 160.31º 0.44% 0.72% -
HSV(B) 160.31º 0.3% 0.84% -
XYZ 46.8 59.08 59.97 -
YUV 193.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 151 215 194 0.30 0 0.10 0.16 160.31 0.44 0.72
Hex 97 D7 C2 1E 0 A 10 A0 2C 48
Octal 227 327 302 36 0 12 20 240 54 110
Binary 10010111 11010111 11000010 11110 0 1010 10000 10100000 101100 1001000

Color Harmonies of #97D7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D7C2

Black with #97D7C2

Text Example


Text Example

White with #97D7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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