#0FBE9A

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

Shades of Caribbean Green #0FBE9A

Tints of Caribbean Green #0FBE9A

Color information

#0FBE9A (or 0x0FBE9A) is unknown color: approx Caribbean Green. HEX triplet: 0F, BE and 9A. RGB value is (15,190,154). Sum of RGB (Red+Green+Blue) = 15+190+154=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #0FBE9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBE9A is #F04165. Grayscale: #858585. Windows color (decimal): -15745382 or 10141199. OLE color: 10141199.

HSL color Cylindrical-coordinate representation of color #0FBE9A: hue angle of 167.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBE9A is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB15190154-
CMYK0.9200.190.25
HSL167.66º85.37%40.2%-
HSV(B)167.66º92.11%74.51%-
XYZ24.4439.2636.86-
YUV133.57139.5243.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.18%
GREEN value IS 190 (74.61% from 255) = 52.92%
BLUE value IS 154 (60.55% from 255) = 42.90%
R=4.18%
G=52.92%
B=42.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151901540.9200.190.25167.6685.3740.2
HexFBE9A5C01319a85528
Octal172762321340233125012550
Binary11111011111010011010101110001001111001101010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FBE9A; }

 p { color: rgb(15,190,154); }

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

<style>
 a { background-color: #0FBE9A; }

 a { background-color: rgb(15,190,154); }

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

<style>
 span { border-color: #0FBE9A; }

 span { border-color: rgb(15,190,154); }

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