#95CDC6

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

Shades of Bermuda #95CDC6

Tints of Bermuda #95CDC6

Color information

#95CDC6 (or 0x95CDC6) is unknown color: approx Bermuda. HEX triplet: 95, CD and C6. RGB value is (149,205,198). Sum of RGB (Red+Green+Blue) = 149+205+198=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDC6 is #6A3239. Grayscale: #BBBBBB. Windows color (decimal): -6959674 or 13028757. OLE color: 13028757.

HSL color Cylindrical-coordinate representation of color #95CDC6: hue angle of 172.5º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CDC6 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB149205198-
CMYK0.2700.030.20
HSL172.5º35.9%69.41%-
HSV(B)172.5º27.32%80.39%-
XYZ44.4254.1361.53-
YUV187.46133.95100.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 198 (77.73% from 255) = 35.87%
R=26.99%
G=37.14%
B=35.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051980.2700.030.20172.535.969.41
Hex95CDC61B0314ac2445
Octal22531530633032425444105
Binary1001010111001101110001101101101110100101011001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,205,198); }

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

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

 a { background-color: rgb(149,205,198); }

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

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

 span { border-color: rgb(149,205,198); }

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