Html Css Color HEX #95D7C9 Riptide

📋 copy color: '#95D7C9'

red 149 ◦ green 215 ◦ blue 201

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

Shades of Riptide #95D7C9

Tints of Riptide #95D7C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.58%

R = 26.37%
G = 38.05%
B = 35.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#95D7C9 (or 0x95D7C9) is known color: Riptide. HEX triplet: 95, D7 and C9. RGB value is (149,215,201). Sum of RGB (Red+Green+Blue) = 149+215+201=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 215 - color contains mainly: green. Hex color #95D7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7C9 is #6A2836. Grayscale: #C1C1C1. Windows color (decimal): -6957111 or 13227925. OLE color: 13227925.

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

Color convert

RGB 149 215 201 -
CMYK 0.31 0 0.07 0.16
HSL 167.27º 0.45% 0.71% -
HSV(B) 167.27º 0.31% 0.84% -
XYZ 47.24 59.21 64.2 -
YUV 193.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 149 215 201 0.31 0 0.07 0.16 167.27 0.45 0.71
Hex 95 D7 C9 1F 0 7 10 A7 2D 47
Octal 225 327 311 37 0 7 20 247 55 107
Binary 10010101 11010111 11001001 11111 0 111 10000 10100111 101101 1000111

Color Harmonies of #95D7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D7C9

Black with #95D7C9

Text Example


Text Example

White with #95D7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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