#07BC91

Color #07BC91 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #07BC91

Tints of Caribbean Green #07BC91

Color information

#07BC91 (or 0x07BC91) is unknown color: approx Caribbean Green. HEX triplet: 07, BC and 91. RGB value is (7,188,145). Sum of RGB (Red+Green+Blue) = 7+188+145=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BC91 is #F8436E. Grayscale: #808080. Windows color (decimal): -16270191 or 9550855. OLE color: 9550855.

HSL color Cylindrical-coordinate representation of color #07BC91: hue angle of 165.75º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BC91 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB7188145-
CMYK0.9600.230.26
HSL165.75º92.82%38.24%-
HSV(B)165.75º96.28%73.73%-
XYZ23.1838.0632.91-
YUV128.98137.0341-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.06%
GREEN value IS 188 (73.83% from 255) = 55.29%
BLUE value IS 145 (57.03% from 255) = 42.65%
R=2.06%
G=55.29%
B=42.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71881450.9600.230.26165.7592.8238.24
Hex7BC91600171Aa65d26
Octal72742211400273224613546
Binary1111011110010010001110000001011111010101001101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07BC91; }

 p { color: rgb(7,188,145); }

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

<style>
 a { background-color: #07BC91; }

 a { background-color: rgb(7,188,145); }

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

<style>
 span { border-color: #07BC91; }

 span { border-color: rgb(7,188,145); }

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