Html Css Color HEX #0BC0AF Light Sea Green

📋 copy color: '#0BC0AF'

red 11 ◦ green 192 ◦ blue 175

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

Shades of Light Sea Green #0BC0AF

Tints of Light Sea Green #0BC0AF

RGB

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

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

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

R = 2.91%
G = 50.79%
B = 46.3%

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

#0BC0AF (or 0x0BC0AF) is known color: Light Sea Green. HEX triplet: 0B, C0 and AF. RGB value is (11,192,175). Sum of RGB (Red+Green+Blue) = 11+192+175=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC0AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC0AF is #F43F50. Grayscale: #878787. Windows color (decimal): -16006993 or 11517963. OLE color: 11517963.

HSL color Cylindrical-coordinate representation of color #0BC0AF: hue angle of 174.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 #0BC0AF is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 192 175 -
CMYK 0.94 0 0.09 0.25
HSL 174.36º 0.89% 0.4% -
HSV(B) 174.36º 0.94% 0.75% -
XYZ 26.73 40.87 47.04 -
YUV 135.94 150.03 38.88 -
System Red Green Blue C M Y K H S L
Decimal 11 192 175 0.94 0 0.09 0.25 174.36 0.89 0.4
Hex B C0 AF 5E 0 9 19 AE 59 28
Octal 13 300 257 136 0 11 31 256 131 50
Binary 1011 11000000 10101111 1011110 0 1001 11001 10101110 1011001 101000

Color Harmonies of #0BC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC0AF

Black with #0BC0AF

Text Example


Text Example

White with #0BC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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