Html Css Color HEX #95DAC6 Riptide

📋 copy color: '#95DAC6'

red 149 ◦ green 218 ◦ blue 198

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

Shades of Riptide #95DAC6

Tints of Riptide #95DAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.04%

R = 26.37%
G = 38.58%
B = 35.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#95DAC6 (or 0x95DAC6) is known color: Riptide. HEX triplet: 95, DA and C6. RGB value is (149,218,198). Sum of RGB (Red+Green+Blue) = 149+218+198=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #95DAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DAC6 is #6A2539. Grayscale: #C3C3C3. Windows color (decimal): -6956346 or 13032085. OLE color: 13032085.

HSL color Cylindrical-coordinate representation of color #95DAC6: hue angle of 162.61º 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 #95DAC6 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 218 198 -
CMYK 0.32 0 0.09 0.15
HSL 162.61º 0.48% 0.72% -
HSV(B) 162.61º 0.32% 0.85% -
XYZ 47.66 60.61 62.61 -
YUV 195.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 149 218 198 0.32 0 0.09 0.15 162.61 0.48 0.72
Hex 95 DA C6 20 0 9 F A3 30 48
Octal 225 332 306 40 0 11 17 243 60 110
Binary 10010101 11011010 11000110 100000 0 1001 1111 10100011 110000 1001000

Color Harmonies of #95DAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DAC6

Black with #95DAC6

Text Example


Text Example

White with #95DAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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