Html Css Color HEX #0FBFB3 Light Sea Green

📋 copy color: '#0FBFB3'

red 15 ◦ green 191 ◦ blue 179

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

Shades of Light Sea Green #0FBFB3

Tints of Light Sea Green #0FBFB3

RGB

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

 GREEN value IS 191 (75% from 255) = 49.61%

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 3.9%
G = 49.61%
B = 46.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#0FBFB3 (or 0x0FBFB3) is known color: Light Sea Green. HEX triplet: 0F, BF and B3. RGB value is (15,191,179). Sum of RGB (Red+Green+Blue) = 15+191+179=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBFB3 is #F0404C. Grayscale: #888888. Windows color (decimal): -15745101 or 11779855. OLE color: 11779855.

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

Color convert

RGB 15 191 179 -
CMYK 0.92 0 0.06 0.25
HSL 175.91º 0.85% 0.4% -
HSV(B) 175.91º 0.92% 0.75% -
XYZ 26.96 40.62 49.07 -
YUV 137.01 151.69 40.98 -
System Red Green Blue C M Y K H S L
Decimal 15 191 179 0.92 0 0.06 0.25 175.91 0.85 0.4
Hex F BF B3 5C 0 6 19 B0 55 28
Octal 17 277 263 134 0 6 31 260 125 50
Binary 1111 10111111 10110011 1011100 0 110 11001 10110000 1010101 101000

Color Harmonies of #0FBFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBFB3

Black with #0FBFB3

Text Example


Text Example

White with #0FBFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,191,179); }

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

background-color css

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

 a { background-color: rgb(15,191,179); }

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

border-color css

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

 span { border-color: rgb(15,191,179); }

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