#07BEA8

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

Shades of Caribbean Green #07BEA8

Tints of Caribbean Green #07BEA8

Color information

#07BEA8 (or 0x07BEA8) is unknown color: approx Caribbean Green. HEX triplet: 07, BE and A8. RGB value is (7,190,168). Sum of RGB (Red+Green+Blue) = 7+190+168=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #07BEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BEA8 is #F84157. Grayscale: #848484. Windows color (decimal): -16269656 or 11058695. OLE color: 11058695.

HSL color Cylindrical-coordinate representation of color #07BEA8: hue angle of 172.79º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BEA8 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB7190168-
CMYK0.9600.120.25
HSL172.79º92.89%38.63%-
HSV(B)172.79º96.32%74.51%-
XYZ25.5739.743.36-
YUV132.77147.8738.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.92%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 168 (66.02% from 255) = 46.03%
R=1.92%
G=52.05%
B=46.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71901680.9600.120.25172.7992.8938.63
Hex7BEA8600C19ad5d27
Octal72762501400143125513547
Binary111101111101010100011000000110011001101011011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,190,168); }

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

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

 a { background-color: rgb(7,190,168); }

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

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

 span { border-color: rgb(7,190,168); }

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