Html Css Color HEX #95E1D6 Riptide

📋 copy color: '#95E1D6'

red 149 ◦ green 225 ◦ blue 214

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

Shades of Riptide #95E1D6

Tints of Riptide #95E1D6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.27%

 BLUE value IS 214 (83.98% from 255) = 36.39%

R = 25.34%
G = 38.27%
B = 36.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#95E1D6 (or 0x95E1D6) is known color: Riptide. HEX triplet: 95, E1 and D6. RGB value is (149,225,214). Sum of RGB (Red+Green+Blue) = 149+225+214=588 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.34% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1D6 is #6A1E29. Grayscale: #C8C8C8. Windows color (decimal): -6954538 or 14082453. OLE color: 14082453.

HSL color Cylindrical-coordinate representation of color #95E1D6: hue angle of 171.32º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E1D6 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 225 214 -
CMYK 0.34 0 0.05 0.12
HSL 171.32º 0.56% 0.73% -
HSV(B) 171.32º 0.34% 0.88% -
XYZ 51.46 65.1 73.47 -
YUV 201.02 135.32 90.89 -
System Red Green Blue C M Y K H S L
Decimal 149 225 214 0.34 0 0.05 0.12 171.32 0.56 0.73
Hex 95 E1 D6 22 0 5 C AB 38 49
Octal 225 341 326 42 0 5 14 253 70 111
Binary 10010101 11100001 11010110 100010 0 101 1100 10101011 111000 1001001

Color Harmonies of #95E1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E1D6

Black with #95E1D6

Text Example


Text Example

White with #95E1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,225,214); }

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

background-color css

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

 a { background-color: rgb(149,225,214); }

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

border-color css

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

 span { border-color: rgb(149,225,214); }

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