Html Css Color HEX #97D4CA Riptide

📋 copy color: '#97D4CA'

red 151 ◦ green 212 ◦ blue 202

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

Shades of Riptide #97D4CA

Tints of Riptide #97D4CA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.52%

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

R = 26.73%
G = 37.52%
B = 35.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#97D4CA (or 0x97D4CA) is known color: Riptide. HEX triplet: 97, D4 and CA. RGB value is (151,212,202). Sum of RGB (Red+Green+Blue) = 151+212+202=565 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.73% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #97D4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D4CA is #682B35. Grayscale: #C0C0C0. Windows color (decimal): -6826806 or 13292695. OLE color: 13292695.

HSL color Cylindrical-coordinate representation of color #97D4CA: hue angle of 170.16º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D4CA is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 212 202 -
CMYK 0.29 0 0.05 0.17
HSL 170.16º 0.41% 0.71% -
HSV(B) 170.16º 0.29% 0.83% -
XYZ 46.97 57.93 64.58 -
YUV 192.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 151 212 202 0.29 0 0.05 0.17 170.16 0.41 0.71
Hex 97 D4 CA 1D 0 5 11 AA 29 47
Octal 227 324 312 35 0 5 21 252 51 107
Binary 10010111 11010100 11001010 11101 0 101 10001 10101010 101001 1000111

Color Harmonies of #97D4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D4CA

Black with #97D4CA

Text Example


Text Example

White with #97D4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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