Html Css Color HEX #95D6CA Riptide

📋 copy color: '#95D6CA'

red 149 ◦ green 214 ◦ blue 202

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

Shades of Riptide #95D6CA

Tints of Riptide #95D6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.88%

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

R = 26.37%
G = 37.88%
B = 35.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#95D6CA (or 0x95D6CA) is known color: Riptide. HEX triplet: 95, D6 and CA. RGB value is (149,214,202). Sum of RGB (Red+Green+Blue) = 149+214+202=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #95D6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D6CA is #6A2935. Grayscale: #C1C1C1. Windows color (decimal): -6957366 or 13293205. OLE color: 13293205.

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

Color convert

RGB 149 214 202 -
CMYK 0.30 0 0.06 0.16
HSL 168.92º 0.44% 0.71% -
HSV(B) 168.92º 0.3% 0.84% -
XYZ 47.1 58.75 64.73 -
YUV 193.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 149 214 202 0.30 0 0.06 0.16 168.92 0.44 0.71
Hex 95 D6 CA 1E 0 6 10 A9 2C 47
Octal 225 326 312 36 0 6 20 251 54 107
Binary 10010101 11010110 11001010 11110 0 110 10000 10101001 101100 1000111

Color Harmonies of #95D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D6CA

Black with #95D6CA

Text Example


Text Example

White with #95D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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