Html Css Color HEX #95E8CD Riptide

📋 copy color: '#95E8CD'

red 149 ◦ green 232 ◦ blue 205

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

Shades of Riptide #95E8CD

Tints of Riptide #95E8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.98%

R = 25.43%
G = 39.59%
B = 34.98%

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

#95E8CD (or 0x95E8CD) is known color: Riptide. HEX triplet: 95, E8 and CD. RGB value is (149,232,205). Sum of RGB (Red+Green+Blue) = 149+232+205=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E8CD is #6A1732. Grayscale: #CCCCCC. Windows color (decimal): -6952755 or 13494421. OLE color: 13494421.

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

Color convert

RGB 149 232 205 -
CMYK 0.36 0 0.12 0.09
HSL 160.48º 0.64% 0.75% -
HSV(B) 160.48º 0.36% 0.91% -
XYZ 52.27 68.51 68.23 -
YUV 204.11 128.5 88.7 -
System Red Green Blue C M Y K H S L
Decimal 149 232 205 0.36 0 0.12 0.09 160.48 0.64 0.75
Hex 95 E8 CD 24 0 C 9 A0 40 4B
Octal 225 350 315 44 0 14 11 240 100 113
Binary 10010101 11101000 11001101 100100 0 1100 1001 10100000 1000000 1001011

Color Harmonies of #95E8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E8CD

Black with #95E8CD

Text Example


Text Example

White with #95E8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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