Html Css Color HEX #95DCC3 Riptide

📋 copy color: '#95DCC3'

red 149 ◦ green 220 ◦ blue 195

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

Shades of Riptide #95DCC3

Tints of Riptide #95DCC3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.01%

 BLUE value IS 195 (76.56% from 255) = 34.57%

R = 26.42%
G = 39.01%
B = 34.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#95DCC3 (or 0x95DCC3) is known color: Riptide. HEX triplet: 95, DC and C3. RGB value is (149,220,195). Sum of RGB (Red+Green+Blue) = 149+220+195=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCC3 is #6A233C. Grayscale: #C3C3C3. Windows color (decimal): -6955837 or 12835989. OLE color: 12835989.

HSL color Cylindrical-coordinate representation of color #95DCC3: hue angle of 158.87º degrees, saturation: 0.5, 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 #95DCC3 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 195 -
CMYK 0.32 0 0.11 0.14
HSL 158.87º 0.5% 0.72% -
HSV(B) 158.87º 0.32% 0.86% -
XYZ 47.84 61.52 60.98 -
YUV 195.92 127.48 94.53 -
System Red Green Blue C M Y K H S L
Decimal 149 220 195 0.32 0 0.11 0.14 158.87 0.5 0.72
Hex 95 DC C3 20 0 B E 9F 32 48
Octal 225 334 303 40 0 13 16 237 62 110
Binary 10010101 11011100 11000011 100000 0 1011 1110 10011111 110010 1001000

Color Harmonies of #95DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DCC3

Black with #95DCC3

Text Example


Text Example

White with #95DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,220,195); }

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

background-color css

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

 a { background-color: rgb(149,220,195); }

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

border-color css

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

 span { border-color: rgb(149,220,195); }

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