Html Css Color HEX #97D7CA Riptide

📋 copy color: '#97D7CA'

red 151 ◦ green 215 ◦ blue 202

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

Shades of Riptide #97D7CA

Tints of Riptide #97D7CA

RGB

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

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

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

R = 26.58%
G = 37.85%
B = 35.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#97D7CA (or 0x97D7CA) is known color: Riptide. HEX triplet: 97, D7 and CA. RGB value is (151,215,202). Sum of RGB (Red+Green+Blue) = 151+215+202=568 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.58% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 215 - color contains mainly: green. Hex color #97D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D7CA is #682835. Grayscale: #C2C2C2. Windows color (decimal): -6826038 or 13293463. OLE color: 13293463.

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

Color convert

RGB 151 215 202 -
CMYK 0.30 0 0.06 0.16
HSL 167.81º 0.44% 0.72% -
HSV(B) 167.81º 0.3% 0.84% -
XYZ 47.72 59.44 64.84 -
YUV 194.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 151 215 202 0.30 0 0.06 0.16 167.81 0.44 0.72
Hex 97 D7 CA 1E 0 6 10 A8 2C 48
Octal 227 327 312 36 0 6 20 250 54 110
Binary 10010111 11010111 11001010 11110 0 110 10000 10101000 101100 1001000

Color Harmonies of #97D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D7CA

Black with #97D7CA

Text Example


Text Example

White with #97D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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