Html Css Color HEX #95DCC2 Riptide

📋 copy color: '#95DCC2'

red 149 ◦ green 220 ◦ blue 194

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

Shades of Riptide #95DCC2

Tints of Riptide #95DCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.46%

R = 26.47%
G = 39.08%
B = 34.46%

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

#95DCC2 (or 0x95DCC2) is known color: Riptide. HEX triplet: 95, DC and C2. RGB value is (149,220,194). Sum of RGB (Red+Green+Blue) = 149+220+194=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCC2 is #6A233D. Grayscale: #C3C3C3. Windows color (decimal): -6955838 or 12770453. OLE color: 12770453.

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

Color convert

RGB 149 220 194 -
CMYK 0.32 0 0.12 0.14
HSL 158.03º 0.5% 0.72% -
HSV(B) 158.03º 0.32% 0.86% -
XYZ 47.73 61.47 60.39 -
YUV 195.81 126.98 94.61 -
System Red Green Blue C M Y K H S L
Decimal 149 220 194 0.32 0 0.12 0.14 158.03 0.5 0.72
Hex 95 DC C2 20 0 C E 9E 32 48
Octal 225 334 302 40 0 14 16 236 62 110
Binary 10010101 11011100 11000010 100000 0 1100 1110 10011110 110010 1001000

Color Harmonies of #95DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DCC2

Black with #95DCC2

Text Example


Text Example

White with #95DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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