#95CEC1

Color #95CEC1 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #95CEC1

Tints of Bermuda #95CEC1

Color information

#95CEC1 (or 0x95CEC1) is unknown color: approx Bermuda. HEX triplet: 95, CE and C1. RGB value is (149,206,193). Sum of RGB (Red+Green+Blue) = 149+206+193=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #95CEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CEC1 is #6A313E. Grayscale: #BBBBBB. Windows color (decimal): -6959423 or 12701333. OLE color: 12701333.

HSL color Cylindrical-coordinate representation of color #95CEC1: hue angle of 166.32º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95CEC1 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB149206193-
CMYK0.2800.060.19
HSL166.32º36.77%69.61%-
HSV(B)166.32º27.67%80.78%-
XYZ44.0954.3858.63-
YUV187.48131.12100.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.19%
GREEN value IS 206 (80.86% from 255) = 37.59%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=27.19%
G=37.59%
B=35.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061930.2800.060.19166.3236.7769.61
Hex95CEC11C0613a62546
Octal22531630134062324645106
Binary10010101110011101100000111100011010011101001101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,206,193); }

 H1.HeaderClassName
 {
   color: #95CEC1;
 }
 .AnyTagClassName
 {
   color: #95CEC1;
 }
</style>
background-color css

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

 a { background-color: rgb(149,206,193); }

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

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

 span { border-color: rgb(149,206,193); }

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