Html Css Color HEX #97DCCC Riptide

📋 copy color: '#97DCCC'

red 151 ◦ green 220 ◦ blue 204

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

Shades of Riptide #97DCCC

Tints of Riptide #97DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 26.26%
G = 38.26%
B = 35.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#97DCCC (or 0x97DCCC) is known color: Riptide. HEX triplet: 97, DC and CC. RGB value is (151,220,204). Sum of RGB (Red+Green+Blue) = 151+220+204=575 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.26% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #97DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DCCC is #682333. Grayscale: #C5C5C5. Windows color (decimal): -6824756 or 13425815. OLE color: 13425815.

HSL color Cylindrical-coordinate representation of color #97DCCC: hue angle of 166.09º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DCCC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 220 204 -
CMYK 0.31 0 0.07 0.14
HSL 166.09º 0.5% 0.73% -
HSV(B) 166.09º 0.31% 0.86% -
XYZ 49.25 62.13 66.52 -
YUV 197.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 151 220 204 0.31 0 0.07 0.14 166.09 0.5 0.73
Hex 97 DC CC 1F 0 7 E A6 32 49
Octal 227 334 314 37 0 7 16 246 62 111
Binary 10010111 11011100 11001100 11111 0 111 1110 10100110 110010 1001001

Color Harmonies of #97DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DCCC

Black with #97DCCC

Text Example


Text Example

White with #97DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,220,204); }

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

background-color css

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

 a { background-color: rgb(151,220,204); }

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

border-color css

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

 span { border-color: rgb(151,220,204); }

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