Html Css Color HEX #95E8CC Riptide

📋 copy color: '#95E8CC'

red 149 ◦ green 232 ◦ blue 204

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

Shades of Riptide #95E8CC

Tints of Riptide #95E8CC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.66%

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

R = 25.47%
G = 39.66%
B = 34.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#95E8CC (or 0x95E8CC) is known color: Riptide. HEX triplet: 95, E8 and CC. RGB value is (149,232,204). Sum of RGB (Red+Green+Blue) = 149+232+204=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E8CC is #6A1733. Grayscale: #CCCCCC. Windows color (decimal): -6952756 or 13428885. OLE color: 13428885.

HSL color Cylindrical-coordinate representation of color #95E8CC: hue angle of 159.76º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E8CC is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 232 204 -
CMYK 0.36 0 0.12 0.09
HSL 159.76º 0.64% 0.75% -
HSV(B) 159.76º 0.36% 0.91% -
XYZ 52.15 68.46 67.59 -
YUV 203.99 128 88.78 -
System Red Green Blue C M Y K H S L
Decimal 149 232 204 0.36 0 0.12 0.09 159.76 0.64 0.75
Hex 95 E8 CC 24 0 C 9 A0 40 4B
Octal 225 350 314 44 0 14 11 240 100 113
Binary 10010101 11101000 11001100 100100 0 1100 1001 10100000 1000000 1001011

Color Harmonies of #95E8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E8CC

Black with #95E8CC

Text Example


Text Example

White with #95E8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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