Html Css Color HEX #97E1C6 Riptide

📋 copy color: '#97E1C6'

red 151 ◦ green 225 ◦ blue 198

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

Shades of Riptide #97E1C6

Tints of Riptide #97E1C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.49%

R = 26.31%
G = 39.2%
B = 34.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#97E1C6 (or 0x97E1C6) is known color: Riptide. HEX triplet: 97, E1 and C6. RGB value is (151,225,198). Sum of RGB (Red+Green+Blue) = 151+225+198=574 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.31% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #97E1C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E1C6 is #681E39. Grayscale: #C7C7C7. Windows color (decimal): -6823482 or 13033879. OLE color: 13033879.

HSL color Cylindrical-coordinate representation of color #97E1C6: hue angle of 158.11º 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 #97E1C6 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 225 198 -
CMYK 0.33 0 0.12 0.12
HSL 158.11º 0.55% 0.74% -
HSV(B) 158.11º 0.33% 0.88% -
XYZ 49.88 64.51 63.25 -
YUV 199.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 151 225 198 0.33 0 0.12 0.12 158.11 0.55 0.74
Hex 97 E1 C6 21 0 C C 9E 37 4A
Octal 227 341 306 41 0 14 14 236 67 112
Binary 10010111 11100001 11000110 100001 0 1100 1100 10011110 110111 1001010

Color Harmonies of #97E1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E1C6

Black with #97E1C6

Text Example


Text Example

White with #97E1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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