Html Css Color HEX #95E6CC Riptide

📋 copy color: '#95E6CC'

red 149 ◦ green 230 ◦ blue 204

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

Shades of Riptide #95E6CC

Tints of Riptide #95E6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.45%

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

R = 25.56%
G = 39.45%
B = 34.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#95E6CC (or 0x95E6CC) is known color: Riptide. HEX triplet: 95, E6 and CC. RGB value is (149,230,204). Sum of RGB (Red+Green+Blue) = 149+230+204=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #95E6CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E6CC is #6A1933. Grayscale: #CACACA. Windows color (decimal): -6953268 or 13428373. OLE color: 13428373.

HSL color Cylindrical-coordinate representation of color #95E6CC: hue angle of 160.74º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E6CC is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 230 204 -
CMYK 0.35 0 0.11 0.10
HSL 160.74º 0.62% 0.74% -
HSV(B) 160.74º 0.35% 0.9% -
XYZ 51.59 67.34 67.41 -
YUV 202.82 128.66 89.61 -
System Red Green Blue C M Y K H S L
Decimal 149 230 204 0.35 0 0.11 0.10 160.74 0.62 0.74
Hex 95 E6 CC 23 0 B A A1 3E 4A
Octal 225 346 314 43 0 13 12 241 76 112
Binary 10010101 11100110 11001100 100011 0 1011 1010 10100001 111110 1001010

Color Harmonies of #95E6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E6CC

Black with #95E6CC

Text Example


Text Example

White with #95E6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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