#07BB95

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

Shades of Caribbean Green #07BB95

Tints of Caribbean Green #07BB95

Color information

#07BB95 (or 0x07BB95) is unknown color: approx Caribbean Green. HEX triplet: 07, BB and 95. RGB value is (7,187,149). Sum of RGB (Red+Green+Blue) = 7+187+149=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BB95 is #F8446A. Grayscale: #808080. Windows color (decimal): -16270443 or 9812743. OLE color: 9812743.

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

Color convert

RGB7187149-
CMYK0.9600.200.27
HSL167.33º92.78%38.04%-
HSV(B)167.33º96.26%73.33%-
XYZ23.2837.7634.49-
YUV128.85139.3741.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.04%
GREEN value IS 187 (73.44% from 255) = 54.52%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=2.04%
G=54.52%
B=43.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71871490.9600.200.27167.3392.7838.04
Hex7BB95600141Ba75d26
Octal72732251400243324713546
Binary1111011101110010101110000001010011011101001111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,187,149); }

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

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

 a { background-color: rgb(7,187,149); }

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

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

 span { border-color: rgb(7,187,149); }

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