#7BCDC4

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

Shades of Bermuda #7BCDC4

Tints of Bermuda #7BCDC4

Color information

#7BCDC4 (or 0x7BCDC4) is unknown color: approx Bermuda. HEX triplet: 7B, CD and C4. RGB value is (123,205,196). Sum of RGB (Red+Green+Blue) = 123+205+196=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCDC4 is #84323B. Grayscale: #B3B3B3. Windows color (decimal): -8663612 or 12897659. OLE color: 12897659.

HSL color Cylindrical-coordinate representation of color #7BCDC4: hue angle of 173.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCDC4 is Cyan = 0.4, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB123205196-
CMYK0.400.040.20
HSL173.41º45.05%64.31%-
HSV(B)173.41º40%80.39%-
XYZ39.9651.8660.13-
YUV179.46137.3387.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.47%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 196 (76.95% from 255) = 37.40%
R=23.47%
G=39.12%
B=37.40%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1232051960.400.040.20173.4145.0564.31
Hex7BCDC4280414ad2d40
Octal17331530450042425555100
Binary11110111100110111000100101000010010100101011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,205,196); }

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

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

 a { background-color: rgb(123,205,196); }

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

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

 span { border-color: rgb(123,205,196); }

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