#0BEEAF

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

Shades of Medium Spring Green #0BEEAF

Tints of Medium Spring Green #0BEEAF

Color information

#0BEEAF (or 0x0BEEAF) is unknown color: approx Medium Spring Green. HEX triplet: 0B, EE and AF. RGB value is (11,238,175). Sum of RGB (Red+Green+Blue) = 11+238+175=424 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 424); Green value is 238 (93.36% from 255 or 56.13% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEEAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BEEAF is #F41150. Grayscale: #A2A2A2. Windows color (decimal): -15995217 or 11529739. OLE color: 11529739.

HSL color Cylindrical-coordinate representation of color #0BEEAF: hue angle of 163.35º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEEAF is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB11238175-
CMYK0.9500.260.07
HSL163.35º91.16%48.82%-
HSV(B)163.35º95.38%93.33%-
XYZ38.4564.3250.95-
YUV162.94134.7919.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.59%
GREEN value IS 238 (93.36% from 255) = 56.13%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=2.59%
G=56.13%
B=41.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112381750.9500.260.07163.3591.1648.82
HexBEEAF5F01A7a35b31
Octal13356257137032724313361
Binary101111101110101011111011111011010111101000111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,238,175); }

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

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

 a { background-color: rgb(11,238,175); }

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

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

 span { border-color: rgb(11,238,175); }

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