Html Css Color HEX #95D1C7 Riptide

📋 copy color: '#95D1C7'

red 149 ◦ green 209 ◦ blue 199

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

Shades of Riptide #95D1C7

Tints of Riptide #95D1C7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.52%

 BLUE value IS 199 (78.13% from 255) = 35.73%

R = 26.75%
G = 37.52%
B = 35.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#95D1C7 (or 0x95D1C7) is known color: Riptide. HEX triplet: 95, D1 and C7. RGB value is (149,209,199). Sum of RGB (Red+Green+Blue) = 149+209+199=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #95D1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D1C7 is #6A2E38. Grayscale: #BDBDBD. Windows color (decimal): -6958649 or 13095317. OLE color: 13095317.

HSL color Cylindrical-coordinate representation of color #95D1C7: hue angle of 170º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D1C7 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 209 199 -
CMYK 0.29 0 0.05 0.18
HSL 170º 0.39% 0.7% -
HSV(B) 170º 0.29% 0.82% -
XYZ 45.5 56.11 62.47 -
YUV 189.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 149 209 199 0.29 0 0.05 0.18 170 0.39 0.7
Hex 95 D1 C7 1D 0 5 12 AA 27 46
Octal 225 321 307 35 0 5 22 252 47 106
Binary 10010101 11010001 11000111 11101 0 101 10010 10101010 100111 1000110

Color Harmonies of #95D1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D1C7

Black with #95D1C7

Text Example


Text Example

White with #95D1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,209,199); }

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

background-color css

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

 a { background-color: rgb(149,209,199); }

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

border-color css

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

 span { border-color: rgb(149,209,199); }

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