Html Css Color HEX #97DDC4 Riptide

📋 copy color: '#97DDC4'

red 151 ◦ green 221 ◦ blue 196

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

Shades of Riptide #97DDC4

Tints of Riptide #97DDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.91%

 BLUE value IS 196 (76.95% from 255) = 34.51%

R = 26.58%
G = 38.91%
B = 34.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#97DDC4 (or 0x97DDC4) is known color: Riptide. HEX triplet: 97, DD and C4. RGB value is (151,221,196). Sum of RGB (Red+Green+Blue) = 151+221+196=568 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.58% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #97DDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DDC4 is #68223B. Grayscale: #C5C5C5. Windows color (decimal): -6824508 or 12901783. OLE color: 12901783.

HSL color Cylindrical-coordinate representation of color #97DDC4: hue angle of 158.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DDC4 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 221 196 -
CMYK 0.32 0 0.11 0.13
HSL 158.57º 0.51% 0.73% -
HSV(B) 158.57º 0.32% 0.87% -
XYZ 48.58 62.28 61.68 -
YUV 197.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 151 221 196 0.32 0 0.11 0.13 158.57 0.51 0.73
Hex 97 DD C4 20 0 B D 9F 33 49
Octal 227 335 304 40 0 13 15 237 63 111
Binary 10010111 11011101 11000100 100000 0 1011 1101 10011111 110011 1001001

Color Harmonies of #97DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DDC4

Black with #97DDC4

Text Example


Text Example

White with #97DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,221,196); }

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

background-color css

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

 a { background-color: rgb(151,221,196); }

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

border-color css

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

 span { border-color: rgb(151,221,196); }

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