Html Css Color HEX #0FBCAA Light Sea Green

📋 copy color: '#0FBCAA'

red 15 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #0FBCAA

Tints of Light Sea Green #0FBCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 4.02%
G = 50.4%
B = 45.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#0FBCAA (or 0x0FBCAA) is known color: Light Sea Green. HEX triplet: 0F, BC and AA. RGB value is (15,188,170). Sum of RGB (Red+Green+Blue) = 15+188+170=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBCAA is #F04355. Grayscale: #868686. Windows color (decimal): -15745878 or 11189263. OLE color: 11189263.

HSL color Cylindrical-coordinate representation of color #0FBCAA: hue angle of 173.76º 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 #0FBCAA is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 188 170 -
CMYK 0.92 0 0.10 0.26
HSL 173.76º 0.85% 0.4% -
HSV(B) 173.76º 0.92% 0.74% -
XYZ 25.44 38.97 44.21 -
YUV 134.22 148.19 42.96 -
System Red Green Blue C M Y K H S L
Decimal 15 188 170 0.92 0 0.10 0.26 173.76 0.85 0.4
Hex F BC AA 5C 0 A 1A AE 55 28
Octal 17 274 252 134 0 12 32 256 125 50
Binary 1111 10111100 10101010 1011100 0 1010 11010 10101110 1010101 101000

Color Harmonies of #0FBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBCAA

Black with #0FBCAA

Text Example


Text Example

White with #0FBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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