Html Css Color HEX #95E1CC Riptide

📋 copy color: '#95E1CC'

red 149 ◦ green 225 ◦ blue 204

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

Shades of Riptide #95E1CC

Tints of Riptide #95E1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.93%

 BLUE value IS 204 (80.08% from 255) = 35.29%

R = 25.78%
G = 38.93%
B = 35.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#95E1CC (or 0x95E1CC) is known color: Riptide. HEX triplet: 95, E1 and CC. RGB value is (149,225,204). Sum of RGB (Red+Green+Blue) = 149+225+204=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1CC is #6A1E33. Grayscale: #C7C7C7. Windows color (decimal): -6954548 or 13427093. OLE color: 13427093.

HSL color Cylindrical-coordinate representation of color #95E1CC: hue angle of 163.42º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E1CC is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 225 204 -
CMYK 0.34 0 0.09 0.12
HSL 163.42º 0.56% 0.73% -
HSV(B) 163.42º 0.34% 0.88% -
XYZ 50.22 64.6 66.95 -
YUV 199.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 149 225 204 0.34 0 0.09 0.12 163.42 0.56 0.73
Hex 95 E1 CC 22 0 9 C A3 38 49
Octal 225 341 314 42 0 11 14 243 70 111
Binary 10010101 11100001 11001100 100010 0 1001 1100 10100011 111000 1001001

Color Harmonies of #95E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E1CC

Black with #95E1CC

Text Example


Text Example

White with #95E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,225,204); }

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

background-color css

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

 a { background-color: rgb(149,225,204); }

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

border-color css

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

 span { border-color: rgb(149,225,204); }

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