#7BCFC4

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

Shades of Bermuda #7BCFC4

Tints of Bermuda #7BCFC4

Color information

#7BCFC4 (or 0x7BCFC4) is unknown color: approx Bermuda. HEX triplet: 7B, CF and C4. RGB value is (123,207,196). Sum of RGB (Red+Green+Blue) = 123+207+196=526 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.38% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFC4 is #84303B. Grayscale: #B4B4B4. Windows color (decimal): -8663100 or 12898171. OLE color: 12898171.

HSL color Cylindrical-coordinate representation of color #7BCFC4: hue angle of 172.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BCFC4 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB123207196-
CMYK0.4100.050.19
HSL172.14º46.67%64.71%-
HSV(B)172.14º40.58%81.18%-
XYZ40.4552.8260.29-
YUV180.63136.6786.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.38%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=23.38%
G=39.35%
B=37.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1232071960.4100.050.19172.1446.6764.71
Hex7BCFC4290513ac2f41
Octal17331730451052325457101
Binary11110111100111111000100101001010110011101011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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