Html Css Color HEX #95DBC1 Riptide

📋 copy color: '#95DBC1'

red 149 ◦ green 219 ◦ blue 193

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

Shades of Riptide #95DBC1

Tints of Riptide #95DBC1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.04%

 BLUE value IS 193 (75.78% from 255) = 34.4%

R = 26.56%
G = 39.04%
B = 34.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#95DBC1 (or 0x95DBC1) is known color: Riptide. HEX triplet: 95, DB and C1. RGB value is (149,219,193). Sum of RGB (Red+Green+Blue) = 149+219+193=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBC1 is #6A243E. Grayscale: #C3C3C3. Windows color (decimal): -6956095 or 12704661. OLE color: 12704661.

HSL color Cylindrical-coordinate representation of color #95DBC1: hue angle of 157.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DBC1 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 219 193 -
CMYK 0.32 0 0.12 0.14
HSL 157.71º 0.49% 0.72% -
HSV(B) 157.71º 0.32% 0.86% -
XYZ 47.35 60.9 59.71 -
YUV 195.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 149 219 193 0.32 0 0.12 0.14 157.71 0.49 0.72
Hex 95 DB C1 20 0 C E 9E 31 48
Octal 225 333 301 40 0 14 16 236 61 110
Binary 10010101 11011011 11000001 100000 0 1100 1110 10011110 110001 1001000

Color Harmonies of #95DBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DBC1

Black with #95DBC1

Text Example


Text Example

White with #95DBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,219,193); }

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

background-color css

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

 a { background-color: rgb(149,219,193); }

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

border-color css

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

 span { border-color: rgb(149,219,193); }

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