Html Css Color HEX #95D7CA Riptide

📋 copy color: '#95D7CA'

red 149 ◦ green 215 ◦ blue 202

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

Shades of Riptide #95D7CA

Tints of Riptide #95D7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.99%

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

R = 26.33%
G = 37.99%
B = 35.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#95D7CA (or 0x95D7CA) is known color: Riptide. HEX triplet: 95, D7 and CA. RGB value is (149,215,202). Sum of RGB (Red+Green+Blue) = 149+215+202=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 215 - color contains mainly: green. Hex color #95D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D7CA is #6A2835. Grayscale: #C1C1C1. Windows color (decimal): -6957110 or 13293461. OLE color: 13293461.

HSL color Cylindrical-coordinate representation of color #95D7CA: hue angle of 168.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D7CA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 215 202 -
CMYK 0.31 0 0.06 0.16
HSL 168.18º 0.45% 0.71% -
HSV(B) 168.18º 0.31% 0.84% -
XYZ 47.36 59.25 64.82 -
YUV 193.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 149 215 202 0.31 0 0.06 0.16 168.18 0.45 0.71
Hex 95 D7 CA 1F 0 6 10 A8 2D 47
Octal 225 327 312 37 0 6 20 250 55 107
Binary 10010101 11010111 11001010 11111 0 110 10000 10101000 101101 1000111

Color Harmonies of #95D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D7CA

Black with #95D7CA

Text Example


Text Example

White with #95D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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