#09BE8D

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

Shades of Caribbean Green #09BE8D

Tints of Caribbean Green #09BE8D

Color information

#09BE8D (or 0x09BE8D) is unknown color: approx Caribbean Green. HEX triplet: 09, BE and 8D. RGB value is (9,190,141). Sum of RGB (Red+Green+Blue) = 9+190+141=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 190 (74.61% from 255 or 55.88% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 190 - color contains mainly: green. Hex color #09BE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BE8D is #F64172. Grayscale: #828282. Windows color (decimal): -16138611 or 9289225. OLE color: 9289225.

HSL color Cylindrical-coordinate representation of color #09BE8D: hue angle of 163.76º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BE8D is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB9190141-
CMYK0.9500.260.25
HSL163.76º90.95%39.02%-
HSV(B)163.76º95.26%74.51%-
XYZ23.3338.8131.46-
YUV130.29134.0341.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.65%
GREEN value IS 190 (74.61% from 255) = 55.88%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=2.65%
G=55.88%
B=41.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91901410.9500.260.25163.7690.9539.02
Hex9BE8D5F01A19a45b27
Octal112762151370323124413347
Binary10011011111010001101101111101101011001101001001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09BE8D; }

 p { color: rgb(9,190,141); }

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

<style>
 a { background-color: #09BE8D; }

 a { background-color: rgb(9,190,141); }

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

<style>
 span { border-color: #09BE8D; }

 span { border-color: rgb(9,190,141); }

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