Html Css Color HEX #0BC0B2 Light Sea Green

📋 copy color: '#0BC0B2'

red 11 ◦ green 192 ◦ blue 178

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

Shades of Light Sea Green #0BC0B2

Tints of Light Sea Green #0BC0B2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.39%

 BLUE value IS 178 (69.92% from 255) = 46.72%

R = 2.89%
G = 50.39%
B = 46.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#0BC0B2 (or 0x0BC0B2) is known color: Light Sea Green. HEX triplet: 0B, C0 and B2. RGB value is (11,192,178). Sum of RGB (Red+Green+Blue) = 11+192+178=381 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC0B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC0B2 is #F43F4D. Grayscale: #888888. Windows color (decimal): -16006990 or 11714571. OLE color: 11714571.

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

Color convert

RGB 11 192 178 -
CMYK 0.94 0 0.07 0.25
HSL 175.36º 0.89% 0.4% -
HSV(B) 175.36º 0.94% 0.75% -
XYZ 27.02 40.98 48.61 -
YUV 136.29 151.53 38.64 -
System Red Green Blue C M Y K H S L
Decimal 11 192 178 0.94 0 0.07 0.25 175.36 0.89 0.4
Hex B C0 B2 5E 0 7 19 AF 59 28
Octal 13 300 262 136 0 7 31 257 131 50
Binary 1011 11000000 10110010 1011110 0 111 11001 10101111 1011001 101000

Color Harmonies of #0BC0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC0B2

Black with #0BC0B2

Text Example


Text Example

White with #0BC0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,192,178); }

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

background-color css

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

 a { background-color: rgb(11,192,178); }

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

border-color css

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

 span { border-color: rgb(11,192,178); }

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