Html Css Color HEX #95E1C9 Riptide

📋 copy color: '#95E1C9'

red 149 ◦ green 225 ◦ blue 201

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

Shades of Riptide #95E1C9

Tints of Riptide #95E1C9

RGB

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

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

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

R = 25.91%
G = 39.13%
B = 34.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#95E1C9 (or 0x95E1C9) is known color: Riptide. HEX triplet: 95, E1 and C9. RGB value is (149,225,201). Sum of RGB (Red+Green+Blue) = 149+225+201=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1C9 is #6A1E36. Grayscale: #C7C7C7. Windows color (decimal): -6954551 or 13230485. OLE color: 13230485.

HSL color Cylindrical-coordinate representation of color #95E1C9: hue angle of 161.05º 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 #95E1C9 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 225 201 -
CMYK 0.34 0 0.11 0.12
HSL 161.05º 0.56% 0.73% -
HSV(B) 161.05º 0.34% 0.88% -
XYZ 49.86 64.46 65.07 -
YUV 199.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 149 225 201 0.34 0 0.11 0.12 161.05 0.56 0.73
Hex 95 E1 C9 22 0 B C A1 38 49
Octal 225 341 311 42 0 13 14 241 70 111
Binary 10010101 11100001 11001001 100010 0 1011 1100 10100001 111000 1001001

Color Harmonies of #95E1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E1C9

Black with #95E1C9

Text Example


Text Example

White with #95E1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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