Html Css Color HEX #95D7C5 Riptide

📋 copy color: '#95D7C5'

red 149 ◦ green 215 ◦ blue 197

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

Shades of Riptide #95D7C5

Tints of Riptide #95D7C5

RGB

 RED value IS 149 (58.59% from 255) = 26.56%

 GREEN value IS 215 (84.38% from 255) = 38.32%

 BLUE value IS 197 (77.34% from 255) = 35.12%

R = 26.56%
G = 38.32%
B = 35.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#95D7C5 (or 0x95D7C5) is known color: Riptide. HEX triplet: 95, D7 and C5. RGB value is (149,215,197). Sum of RGB (Red+Green+Blue) = 149+215+197=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #95D7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7C5 is #6A283A. Grayscale: #C1C1C1. Windows color (decimal): -6957115 or 12965781. OLE color: 12965781.

HSL color Cylindrical-coordinate representation of color #95D7C5: hue angle of 163.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D7C5 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 215 197 -
CMYK 0.31 0 0.08 0.16
HSL 163.64º 0.45% 0.71% -
HSV(B) 163.64º 0.31% 0.84% -
XYZ 46.77 59.02 61.75 -
YUV 193.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 149 215 197 0.31 0 0.08 0.16 163.64 0.45 0.71
Hex 95 D7 C5 1F 0 8 10 A4 2D 47
Octal 225 327 305 37 0 10 20 244 55 107
Binary 10010101 11010111 11000101 11111 0 1000 10000 10100100 101101 1000111

Color Harmonies of #95D7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D7C5

Black with #95D7C5

Text Example


Text Example

White with #95D7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95D7C5; }

 p { color: rgb(149,215,197); }

 H1.HeaderClassName
 {
   color: #95D7C5;
 }
 .AnyTagClassName
 {
   color: #95D7C5;
 }
</style>

background-color css

<style>
 a { background-color: #95D7C5; }

 a { background-color: rgb(149,215,197); }

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

border-color css

<style>
 span { border-color: #95D7C5; }

 span { border-color: rgb(149,215,197); }

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