Html Css Color HEX #0FABA3 Light Sea Green

📋 copy color: '#0FABA3'

red 15 ◦ green 171 ◦ blue 163

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

Shades of Light Sea Green #0FABA3

Tints of Light Sea Green #0FABA3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49%

 BLUE value IS 163 (64.06% from 255) = 46.7%

R = 4.3%
G = 49%
B = 46.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#0FABA3 (or 0x0FABA3) is known color: Light Sea Green. HEX triplet: 0F, AB and A3. RGB value is (15,171,163). Sum of RGB (Red+Green+Blue) = 15+171+163=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #0FABA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FABA3 is #F0545C. Grayscale: #7B7B7B. Windows color (decimal): -15750237 or 10726159. OLE color: 10726159.

HSL color Cylindrical-coordinate representation of color #0FABA3: hue angle of 176.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FABA3 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 171 163 -
CMYK 0.91 0 0.05 0.33
HSL 176.92º 0.84% 0.36% -
HSV(B) 176.92º 0.91% 0.67% -
XYZ 21.37 31.87 39.68 -
YUV 123.44 150.32 50.65 -
System Red Green Blue C M Y K H S L
Decimal 15 171 163 0.91 0 0.05 0.33 176.92 0.84 0.36
Hex F AB A3 5B 0 5 21 B1 54 24
Octal 17 253 243 133 0 5 41 261 124 44
Binary 1111 10101011 10100011 1011011 0 101 100001 10110001 1010100 100100

Color Harmonies of #0FABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABA3

Black with #0FABA3

Text Example


Text Example

White with #0FABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,171,163); }

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

background-color css

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

 a { background-color: rgb(15,171,163); }

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

border-color css

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

 span { border-color: rgb(15,171,163); }

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