#07BCA1

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

Shades of Caribbean Green #07BCA1

Tints of Caribbean Green #07BCA1

Color information

#07BCA1 (or 0x07BCA1) is unknown color: approx Caribbean Green. HEX triplet: 07, BC and A1. RGB value is (7,188,161). Sum of RGB (Red+Green+Blue) = 7+188+161=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #07BCA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BCA1 is #F8435E. Grayscale: #828282. Windows color (decimal): -16270175 or 10599431. OLE color: 10599431.

HSL color Cylindrical-coordinate representation of color #07BCA1: hue angle of 171.05º 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 #07BCA1 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB7188161-
CMYK0.9600.140.26
HSL171.05º92.82%38.24%-
HSV(B)171.05º96.28%73.73%-
XYZ24.538.5839.87-
YUV130.8145.0339.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.97%
GREEN value IS 188 (73.83% from 255) = 52.81%
BLUE value IS 161 (63.28% from 255) = 45.22%
R=1.97%
G=52.81%
B=45.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71881610.9600.140.26171.0592.8238.24
Hex7BCA1600E1Aab5d26
Octal72742411400163225313546
Binary111101111001010000111000000111011010101010111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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