Html Css Color HEX #0FBCB2 Light Sea Green

📋 copy color: '#0FBCB2'

red 15 ◦ green 188 ◦ blue 178

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

Shades of Light Sea Green #0FBCB2

Tints of Light Sea Green #0FBCB2

RGB

 RED value IS 15 (6.25% from 255) = 3.94%

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

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

R = 3.94%
G = 49.34%
B = 46.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#0FBCB2 (or 0x0FBCB2) is known color: Light Sea Green. HEX triplet: 0F, BC and B2. RGB value is (15,188,178). Sum of RGB (Red+Green+Blue) = 15+188+178=381 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.94% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBCB2 is #F0434D. Grayscale: #878787. Windows color (decimal): -15745870 or 11713551. OLE color: 11713551.

HSL color Cylindrical-coordinate representation of color #0FBCB2: hue angle of 176.53º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBCB2 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 188 178 -
CMYK 0.92 0 0.05 0.26
HSL 176.53º 0.85% 0.4% -
HSV(B) 176.53º 0.92% 0.74% -
XYZ 26.22 39.28 48.32 -
YUV 135.13 152.19 42.31 -
System Red Green Blue C M Y K H S L
Decimal 15 188 178 0.92 0 0.05 0.26 176.53 0.85 0.4
Hex F BC B2 5C 0 5 1A B1 55 28
Octal 17 274 262 134 0 5 32 261 125 50
Binary 1111 10111100 10110010 1011100 0 101 11010 10110001 1010101 101000

Color Harmonies of #0FBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBCB2

Black with #0FBCB2

Text Example


Text Example

White with #0FBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,188,178); }

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

background-color css

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

 a { background-color: rgb(15,188,178); }

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

border-color css

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

 span { border-color: rgb(15,188,178); }

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