Html Css Color HEX #95DAD1 Riptide

📋 copy color: '#95DAD1'

red 149 ◦ green 218 ◦ blue 209

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

Shades of Riptide #95DAD1

Tints of Riptide #95DAD1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.85%

 BLUE value IS 209 (82.03% from 255) = 36.28%

R = 25.87%
G = 37.85%
B = 36.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#95DAD1 (or 0x95DAD1) is known color: Riptide. HEX triplet: 95, DA and D1. RGB value is (149,218,209). Sum of RGB (Red+Green+Blue) = 149+218+209=576 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.87% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DAD1 is #6A252E. Grayscale: #C4C4C4. Windows color (decimal): -6956335 or 13752981. OLE color: 13752981.

HSL color Cylindrical-coordinate representation of color #95DAD1: hue angle of 172.17º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DAD1 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 218 209 -
CMYK 0.32 0 0.04 0.15
HSL 172.17º 0.48% 0.72% -
HSV(B) 172.17º 0.32% 0.85% -
XYZ 48.97 61.14 69.54 -
YUV 196.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 149 218 209 0.32 0 0.04 0.15 172.17 0.48 0.72
Hex 95 DA D1 20 0 4 F AC 30 48
Octal 225 332 321 40 0 4 17 254 60 110
Binary 10010101 11011010 11010001 100000 0 100 1111 10101100 110000 1001000

Color Harmonies of #95DAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DAD1

Black with #95DAD1

Text Example


Text Example

White with #95DAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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