#95CEC0

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

Shades of Bermuda #95CEC0

Tints of Bermuda #95CEC0

Color information

#95CEC0 (or 0x95CEC0) is unknown color: approx Bermuda. HEX triplet: 95, CE and C0. RGB value is (149,206,192). Sum of RGB (Red+Green+Blue) = 149+206+192=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #95CEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CEC0 is #6A313F. Grayscale: #BBBBBB. Windows color (decimal): -6959424 or 12635797. OLE color: 12635797.

HSL color Cylindrical-coordinate representation of color #95CEC0: hue angle of 165.26º 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 #95CEC0 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB149206192-
CMYK0.2800.070.19
HSL165.26º36.77%69.61%-
HSV(B)165.26º27.67%80.78%-
XYZ43.9854.3458.04-
YUV187.36130.62100.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.24%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 192 (75.39% from 255) = 35.10%
R=27.24%
G=37.66%
B=35.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061920.2800.070.19165.2636.7769.61
Hex95CEC01C0713a52546
Octal22531630034072324545106
Binary10010101110011101100000011100011110011101001011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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