Html Css Color HEX #95DCCB Riptide

📋 copy color: '#95DCCB'

red 149 ◦ green 220 ◦ blue 203

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

Shades of Riptide #95DCCB

Tints of Riptide #95DCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.46%

 BLUE value IS 203 (79.69% from 255) = 35.49%

R = 26.05%
G = 38.46%
B = 35.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#95DCCB (or 0x95DCCB) is known color: Riptide. HEX triplet: 95, DC and CB. RGB value is (149,220,203). Sum of RGB (Red+Green+Blue) = 149+220+203=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCCB is #6A2334. Grayscale: #C4C4C4. Windows color (decimal): -6955829 or 13360277. OLE color: 13360277.

HSL color Cylindrical-coordinate representation of color #95DCCB: hue angle of 165.63º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCCB is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 203 -
CMYK 0.32 0 0.08 0.14
HSL 165.63º 0.5% 0.72% -
HSV(B) 165.63º 0.32% 0.86% -
XYZ 48.77 61.89 65.88 -
YUV 196.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 149 220 203 0.32 0 0.08 0.14 165.63 0.5 0.72
Hex 95 DC CB 20 0 8 E A6 32 48
Octal 225 334 313 40 0 10 16 246 62 110
Binary 10010101 11011100 11001011 100000 0 1000 1110 10100110 110010 1001000

Color Harmonies of #95DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DCCB

Black with #95DCCB

Text Example


Text Example

White with #95DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,220,203); }

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

background-color css

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

 a { background-color: rgb(149,220,203); }

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

border-color css

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

 span { border-color: rgb(149,220,203); }

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