Html Css Color HEX #95D7CF Riptide

📋 copy color: '#95D7CF'

red 149 ◦ green 215 ◦ blue 207

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

Shades of Riptide #95D7CF

Tints of Riptide #95D7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 26.09%
G = 37.65%
B = 36.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#95D7CF (or 0x95D7CF) is known color: Riptide. HEX triplet: 95, D7 and CF. RGB value is (149,215,207). Sum of RGB (Red+Green+Blue) = 149+215+207=571 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.09% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 215 - color contains mainly: green. Hex color #95D7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7CF is #6A2830. Grayscale: #C2C2C2. Windows color (decimal): -6957105 or 13621141. OLE color: 13621141.

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

Color convert

RGB 149 215 207 -
CMYK 0.31 0 0.04 0.16
HSL 172.73º 0.45% 0.71% -
HSV(B) 172.73º 0.31% 0.84% -
XYZ 47.96 59.5 67.99 -
YUV 194.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 149 215 207 0.31 0 0.04 0.16 172.73 0.45 0.71
Hex 95 D7 CF 1F 0 4 10 AD 2D 47
Octal 225 327 317 37 0 4 20 255 55 107
Binary 10010101 11010111 11001111 11111 0 100 10000 10101101 101101 1000111

Color Harmonies of #95D7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D7CF

Black with #95D7CF

Text Example


Text Example

White with #95D7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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