#7BCEC1

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

Shades of Bermuda #7BCEC1

Tints of Bermuda #7BCEC1

Color information

#7BCEC1 (or 0x7BCEC1) is unknown color: approx Bermuda. HEX triplet: 7B, CE and C1. RGB value is (123,206,193). Sum of RGB (Red+Green+Blue) = 123+206+193=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCEC1 is #84313E. Grayscale: #B3B3B3. Windows color (decimal): -8663359 or 12701307. OLE color: 12701307.

HSL color Cylindrical-coordinate representation of color #7BCEC1: hue angle of 170.6º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCEC1 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB123206193-
CMYK0.4000.060.19
HSL170.6º45.86%64.51%-
HSV(B)170.6º40.29%80.78%-
XYZ39.8752.258.43-
YUV179.7135.587.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.56%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=23.56%
G=39.46%
B=36.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1232061930.4000.060.19170.645.8664.51
Hex7BCEC1280613ab2e41
Octal17331630150062325356101
Binary11110111100111011000001101000011010011101010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BCEC1; }

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

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

<style>
 a { background-color: #7BCEC1; }

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

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

<style>
 span { border-color: #7BCEC1; }

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

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