Html Css Color HEX #0BBCB4 Light Sea Green

📋 copy color: '#0BBCB4'

red 11 ◦ green 188 ◦ blue 180

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

Shades of Light Sea Green #0BBCB4

Tints of Light Sea Green #0BBCB4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.6%

 BLUE value IS 180 (70.7% from 255) = 47.49%

R = 2.9%
G = 49.6%
B = 47.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#0BBCB4 (or 0x0BBCB4) is known color: Light Sea Green. HEX triplet: 0B, BC and B4. RGB value is (11,188,180). Sum of RGB (Red+Green+Blue) = 11+188+180=379 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.90% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCB4 is #F4434B. Grayscale: #868686. Windows color (decimal): -16008012 or 11844619. OLE color: 11844619.

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

Color convert

RGB 11 188 180 -
CMYK 0.94 0 0.04 0.26
HSL 177.29º 0.89% 0.39% -
HSV(B) 177.29º 0.94% 0.74% -
XYZ 26.36 39.33 49.38 -
YUV 134.17 153.86 40.15 -
System Red Green Blue C M Y K H S L
Decimal 11 188 180 0.94 0 0.04 0.26 177.29 0.89 0.39
Hex B BC B4 5E 0 4 1A B1 59 27
Octal 13 274 264 136 0 4 32 261 131 47
Binary 1011 10111100 10110100 1011110 0 100 11010 10110001 1011001 100111

Color Harmonies of #0BBCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCB4

Black with #0BBCB4

Text Example


Text Example

White with #0BBCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,188,180); }

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

background-color css

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

 a { background-color: rgb(11,188,180); }

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

border-color css

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

 span { border-color: rgb(11,188,180); }

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