#95CEBE

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

Shades of Bermuda #95CEBE

Tints of Bermuda #95CEBE

Color information

#95CEBE (or 0x95CEBE) is unknown color: approx Bermuda. HEX triplet: 95, CE and BE. RGB value is (149,206,190). Sum of RGB (Red+Green+Blue) = 149+206+190=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #95CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CEBE is #6A3141. Grayscale: #BBBBBB. Windows color (decimal): -6959426 or 12504725. OLE color: 12504725.

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

Color convert

RGB149206190-
CMYK0.2800.080.19
HSL163.16º36.77%69.61%-
HSV(B)163.16º27.67%80.78%-
XYZ43.7654.2556.88-
YUV187.13129.62100.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.34%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=27.34%
G=37.80%
B=34.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061900.2800.080.19163.1636.7769.61
Hex95CEBE1C0813a32546
Octal225316276340102324345106
Binary100101011100111010111110111000100010011101000111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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