Html Css Color HEX #97E1C4 Riptide

📋 copy color: '#97E1C4'

red 151 ◦ green 225 ◦ blue 196

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

Shades of Riptide #97E1C4

Tints of Riptide #97E1C4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.34%

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

R = 26.4%
G = 39.34%
B = 34.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#97E1C4 (or 0x97E1C4) is known color: Riptide. HEX triplet: 97, E1 and C4. RGB value is (151,225,196). Sum of RGB (Red+Green+Blue) = 151+225+196=572 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.40% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #97E1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E1C4 is #681E3B. Grayscale: #C7C7C7. Windows color (decimal): -6823484 or 12902807. OLE color: 12902807.

HSL color Cylindrical-coordinate representation of color #97E1C4: hue angle of 156.49º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97E1C4 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 225 196 -
CMYK 0.33 0 0.13 0.12
HSL 156.49º 0.55% 0.74% -
HSV(B) 156.49º 0.33% 0.88% -
XYZ 49.65 64.42 62.04 -
YUV 199.57 125.98 93.36 -
System Red Green Blue C M Y K H S L
Decimal 151 225 196 0.33 0 0.13 0.12 156.49 0.55 0.74
Hex 97 E1 C4 21 0 D C 9C 37 4A
Octal 227 341 304 41 0 15 14 234 67 112
Binary 10010111 11100001 11000100 100001 0 1101 1100 10011100 110111 1001010

Color Harmonies of #97E1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E1C4

Black with #97E1C4

Text Example


Text Example

White with #97E1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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