Html Css Color HEX #97E7CC Riptide

📋 copy color: '#97E7CC'

red 151 ◦ green 231 ◦ blue 204

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

Shades of Riptide #97E7CC

Tints of Riptide #97E7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.42%

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

R = 25.77%
G = 39.42%
B = 34.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#97E7CC (or 0x97E7CC) is known color: Riptide. HEX triplet: 97, E7 and CC. RGB value is (151,231,204). Sum of RGB (Red+Green+Blue) = 151+231+204=586 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.77% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #97E7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E7CC is #681833. Grayscale: #CCCCCC. Windows color (decimal): -6821940 or 13428631. OLE color: 13428631.

HSL color Cylindrical-coordinate representation of color #97E7CC: hue angle of 159.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97E7CC is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 231 204 -
CMYK 0.35 0 0.12 0.09
HSL 159.75º 0.63% 0.75% -
HSV(B) 159.75º 0.35% 0.91% -
XYZ 52.24 68.09 67.52 -
YUV 204 128 90.2 -
System Red Green Blue C M Y K H S L
Decimal 151 231 204 0.35 0 0.12 0.09 159.75 0.63 0.75
Hex 97 E7 CC 23 0 C 9 A0 3E 4B
Octal 227 347 314 43 0 14 11 240 76 113
Binary 10010111 11100111 11001100 100011 0 1100 1001 10100000 111110 1001011

Color Harmonies of #97E7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E7CC

Black with #97E7CC

Text Example


Text Example

White with #97E7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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