Html Css Color HEX #0BBEAC Light Sea Green

📋 copy color: '#0BBEAC'

red 11 ◦ green 190 ◦ blue 172

#0BBEAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #0BBEAC

Tints of Light Sea Green #0BBEAC

RGB

 RED value IS 11 (4.69% from 255) = 2.95%

 GREEN value IS 190 (74.61% from 255) = 50.94%

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 2.95%
G = 50.94%
B = 46.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#0BBEAC (or 0x0BBEAC) is known color: Light Sea Green. HEX triplet: 0B, BE and AC. RGB value is (11,190,172). Sum of RGB (Red+Green+Blue) = 11+190+172=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBEAC is #F44153. Grayscale: #868686. Windows color (decimal): -16007508 or 11320843. OLE color: 11320843.

HSL color Cylindrical-coordinate representation of color #0BBEAC: hue angle of 173.97º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBEAC is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 190 172 -
CMYK 0.94 0 0.09 0.25
HSL 173.97º 0.89% 0.39% -
HSV(B) 173.97º 0.94% 0.75% -
XYZ 26 39.88 45.36 -
YUV 134.43 149.2 39.96 -
System Red Green Blue C M Y K H S L
Decimal 11 190 172 0.94 0 0.09 0.25 173.97 0.89 0.39
Hex B BE AC 5E 0 9 19 AE 59 27
Octal 13 276 254 136 0 11 31 256 131 47
Binary 1011 10111110 10101100 1011110 0 1001 11001 10101110 1011001 100111

Color Harmonies of #0BBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBEAC

Black with #0BBEAC

Text Example


Text Example

White with #0BBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,190,172); }

 H1.HeaderClassName
 {
   color: #0BBEAC;
 }
 .AnyTagClassName
 {
   color: #0BBEAC;
 }
</style>

background-color css

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

 a { background-color: rgb(11,190,172); }

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

border-color css

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

 span { border-color: rgb(11,190,172); }

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