Html Css Color HEX #95E3CA Riptide

📋 copy color: '#95E3CA'

red 149 ◦ green 227 ◦ blue 202

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

Shades of Riptide #95E3CA

Tints of Riptide #95E3CA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.27%

 BLUE value IS 202 (79.3% from 255) = 34.95%

R = 25.78%
G = 39.27%
B = 34.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#95E3CA (or 0x95E3CA) is known color: Riptide. HEX triplet: 95, E3 and CA. RGB value is (149,227,202). Sum of RGB (Red+Green+Blue) = 149+227+202=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #95E3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E3CA is #6A1C35. Grayscale: #C8C8C8. Windows color (decimal): -6954038 or 13296533. OLE color: 13296533.

HSL color Cylindrical-coordinate representation of color #95E3CA: hue angle of 160.77º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E3CA is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 227 202 -
CMYK 0.34 0 0.11 0.11
HSL 160.77º 0.58% 0.74% -
HSV(B) 160.77º 0.34% 0.89% -
XYZ 50.52 65.59 65.87 -
YUV 200.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 149 227 202 0.34 0 0.11 0.11 160.77 0.58 0.74
Hex 95 E3 CA 22 0 B B A1 3A 4A
Octal 225 343 312 42 0 13 13 241 72 112
Binary 10010101 11100011 11001010 100010 0 1011 1011 10100001 111010 1001010

Color Harmonies of #95E3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E3CA

Black with #95E3CA

Text Example


Text Example

White with #95E3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,227,202); }

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

background-color css

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

 a { background-color: rgb(149,227,202); }

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

border-color css

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

 span { border-color: rgb(149,227,202); }

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