Html Css Color HEX #95D3CC Riptide

📋 copy color: '#95D3CC'

red 149 ◦ green 211 ◦ blue 204

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

Shades of Riptide #95D3CC

Tints of Riptide #95D3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.41%

 BLUE value IS 204 (80.08% from 255) = 36.17%

R = 26.42%
G = 37.41%
B = 36.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#95D3CC (or 0x95D3CC) is known color: Riptide. HEX triplet: 95, D3 and CC. RGB value is (149,211,204). Sum of RGB (Red+Green+Blue) = 149+211+204=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D3CC is #6A2C33. Grayscale: #BFBFBF. Windows color (decimal): -6958132 or 13423509. OLE color: 13423509.

HSL color Cylindrical-coordinate representation of color #95D3CC: hue angle of 173.23º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D3CC is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 211 204 -
CMYK 0.29 0 0.03 0.17
HSL 173.23º 0.41% 0.71% -
HSV(B) 173.23º 0.29% 0.83% -
XYZ 46.59 57.34 65.74 -
YUV 191.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 149 211 204 0.29 0 0.03 0.17 173.23 0.41 0.71
Hex 95 D3 CC 1D 0 3 11 AD 29 47
Octal 225 323 314 35 0 3 21 255 51 107
Binary 10010101 11010011 11001100 11101 0 11 10001 10101101 101001 1000111

Color Harmonies of #95D3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D3CC

Black with #95D3CC

Text Example


Text Example

White with #95D3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,211,204); }

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

background-color css

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

 a { background-color: rgb(149,211,204); }

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

border-color css

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

 span { border-color: rgb(149,211,204); }

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