Html Css Color HEX #0FADA0 Light Sea Green

📋 copy color: '#0FADA0'

red 15 ◦ green 173 ◦ blue 160

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

Shades of Light Sea Green #0FADA0

Tints of Light Sea Green #0FADA0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.71%

 BLUE value IS 160 (62.89% from 255) = 45.98%

R = 4.31%
G = 49.71%
B = 45.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#0FADA0 (or 0x0FADA0) is known color: Light Sea Green. HEX triplet: 0F, AD and A0. RGB value is (15,173,160). Sum of RGB (Red+Green+Blue) = 15+173+160=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #0FADA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FADA0 is #F0525F. Grayscale: #7C7C7C. Windows color (decimal): -15749728 or 10530063. OLE color: 10530063.

HSL color Cylindrical-coordinate representation of color #0FADA0: hue angle of 175.06º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FADA0 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 173 160 -
CMYK 0.91 0 0.08 0.32
HSL 175.06º 0.84% 0.37% -
HSV(B) 175.06º 0.91% 0.68% -
XYZ 21.49 32.53 38.4 -
YUV 124.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 15 173 160 0.91 0 0.08 0.32 175.06 0.84 0.37
Hex F AD A0 5B 0 8 20 AF 54 25
Octal 17 255 240 133 0 10 40 257 124 45
Binary 1111 10101101 10100000 1011011 0 1000 100000 10101111 1010100 100101

Color Harmonies of #0FADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FADA0

Black with #0FADA0

Text Example


Text Example

White with #0FADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,173,160); }

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

background-color css

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

 a { background-color: rgb(15,173,160); }

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

border-color css

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

 span { border-color: rgb(15,173,160); }

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