Html Css Color HEX #95DED2 Riptide

📋 copy color: '#95DED2'

red 149 ◦ green 222 ◦ blue 210

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

Shades of Riptide #95DED2

Tints of Riptide #95DED2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.21%

 BLUE value IS 210 (82.42% from 255) = 36.14%

R = 25.65%
G = 38.21%
B = 36.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#95DED2 (or 0x95DED2) is known color: Riptide. HEX triplet: 95, DE and D2. RGB value is (149,222,210). Sum of RGB (Red+Green+Blue) = 149+222+210=581 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.65% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #95DED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DED2 is #6A212D. Grayscale: #C6C6C6. Windows color (decimal): -6955310 or 13819541. OLE color: 13819541.

HSL color Cylindrical-coordinate representation of color #95DED2: hue angle of 170.14º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DED2 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 222 210 -
CMYK 0.33 0 0.05 0.13
HSL 170.14º 0.53% 0.73% -
HSV(B) 170.14º 0.33% 0.87% -
XYZ 50.15 63.29 70.54 -
YUV 198.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 149 222 210 0.33 0 0.05 0.13 170.14 0.53 0.73
Hex 95 DE D2 21 0 5 D AA 35 49
Octal 225 336 322 41 0 5 15 252 65 111
Binary 10010101 11011110 11010010 100001 0 101 1101 10101010 110101 1001001

Color Harmonies of #95DED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DED2

Black with #95DED2

Text Example


Text Example

White with #95DED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,222,210); }

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

background-color css

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

 a { background-color: rgb(149,222,210); }

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

border-color css

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

 span { border-color: rgb(149,222,210); }

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