#95CEC3

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

Shades of Bermuda #95CEC3

Tints of Bermuda #95CEC3

Color information

#95CEC3 (or 0x95CEC3) is unknown color: approx Bermuda. HEX triplet: 95, CE and C3. RGB value is (149,206,195). Sum of RGB (Red+Green+Blue) = 149+206+195=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #95CEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CEC3 is #6A313C. Grayscale: #BBBBBB. Windows color (decimal): -6959421 or 12832405. OLE color: 12832405.

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

Color convert

RGB149206195-
CMYK0.2800.050.19
HSL168.42º36.77%69.61%-
HSV(B)168.42º27.67%80.78%-
XYZ44.3254.4759.81-
YUV187.7132.12100.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.09%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 195 (76.56% from 255) = 35.45%
R=27.09%
G=37.45%
B=35.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061950.2800.050.19168.4236.7769.61
Hex95CEC31C0513a82546
Octal22531630334052325045106
Binary10010101110011101100001111100010110011101010001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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