Html Css Color HEX #0BC3AF Light Sea Green

📋 copy color: '#0BC3AF'

red 11 ◦ green 195 ◦ blue 175

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

Shades of Light Sea Green #0BC3AF

Tints of Light Sea Green #0BC3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.18%

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 2.89%
G = 51.18%
B = 45.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#0BC3AF (or 0x0BC3AF) is known color: Light Sea Green. HEX triplet: 0B, C3 and AF. RGB value is (11,195,175). Sum of RGB (Red+Green+Blue) = 11+195+175=381 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC3AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC3AF is #F43C50. Grayscale: #898989. Windows color (decimal): -16006225 or 11518731. OLE color: 11518731.

HSL color Cylindrical-coordinate representation of color #0BC3AF: hue angle of 173.48º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC3AF is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 195 175 -
CMYK 0.94 0 0.10 0.24
HSL 173.48º 0.89% 0.4% -
HSV(B) 173.48º 0.94% 0.76% -
XYZ 27.39 42.2 47.26 -
YUV 137.7 149.04 37.63 -
System Red Green Blue C M Y K H S L
Decimal 11 195 175 0.94 0 0.10 0.24 173.48 0.89 0.4
Hex B C3 AF 5E 0 A 18 AD 59 28
Octal 13 303 257 136 0 12 30 255 131 50
Binary 1011 11000011 10101111 1011110 0 1010 11000 10101101 1011001 101000

Color Harmonies of #0BC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC3AF

Black with #0BC3AF

Text Example


Text Example

White with #0BC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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