Html Css Color HEX #95D7C1 Riptide

📋 copy color: '#95D7C1'

red 149 ◦ green 215 ◦ blue 193

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

Shades of Riptide #95D7C1

Tints of Riptide #95D7C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.65%

R = 26.75%
G = 38.6%
B = 34.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#95D7C1 (or 0x95D7C1) is known color: Riptide. HEX triplet: 95, D7 and C1. RGB value is (149,215,193). Sum of RGB (Red+Green+Blue) = 149+215+193=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 215 - color contains mainly: green. Hex color #95D7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7C1 is #6A283E. Grayscale: #C0C0C0. Windows color (decimal): -6957119 or 12703637. OLE color: 12703637.

HSL color Cylindrical-coordinate representation of color #95D7C1: hue angle of 160º 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 #95D7C1 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 215 193 -
CMYK 0.31 0 0.10 0.16
HSL 160º 0.45% 0.71% -
HSV(B) 160º 0.31% 0.84% -
XYZ 46.32 58.84 59.37 -
YUV 192.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 149 215 193 0.31 0 0.10 0.16 160 0.45 0.71
Hex 95 D7 C1 1F 0 A 10 A0 2D 47
Octal 225 327 301 37 0 12 20 240 55 107
Binary 10010101 11010111 11000001 11111 0 1010 10000 10100000 101101 1000111

Color Harmonies of #95D7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D7C1

Black with #95D7C1

Text Example


Text Example

White with #95D7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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