Html Css Color HEX #95E0CA Riptide

📋 copy color: '#95E0CA'

red 149 ◦ green 224 ◦ blue 202

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

Shades of Riptide #95E0CA

Tints of Riptide #95E0CA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.96%

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

R = 25.91%
G = 38.96%
B = 35.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#95E0CA (or 0x95E0CA) is known color: Riptide. HEX triplet: 95, E0 and CA. RGB value is (149,224,202). Sum of RGB (Red+Green+Blue) = 149+224+202=575 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.91% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E0CA is #6A1F35. Grayscale: #C7C7C7. Windows color (decimal): -6954806 or 13295765. OLE color: 13295765.

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

Color convert

RGB 149 224 202 -
CMYK 0.33 0 0.10 0.12
HSL 162.4º 0.55% 0.73% -
HSV(B) 162.4º 0.33% 0.88% -
XYZ 49.71 63.97 65.6 -
YUV 199.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 149 224 202 0.33 0 0.10 0.12 162.4 0.55 0.73
Hex 95 E0 CA 21 0 A C A2 37 49
Octal 225 340 312 41 0 12 14 242 67 111
Binary 10010101 11100000 11001010 100001 0 1010 1100 10100010 110111 1001001

Color Harmonies of #95E0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E0CA

Black with #95E0CA

Text Example


Text Example

White with #95E0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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