Html Css Color HEX #0FABB0 Light Sea Green

📋 copy color: '#0FABB0'

red 15 ◦ green 171 ◦ blue 176

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

Shades of Light Sea Green #0FABB0

Tints of Light Sea Green #0FABB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.62%

R = 4.14%
G = 47.24%
B = 48.62%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0FABB0 (or 0x0FABB0) is known color: Light Sea Green. HEX triplet: 0F, AB and B0. RGB value is (15,171,176). Sum of RGB (Red+Green+Blue) = 15+171+176=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #0FABB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FABB0 is #F0544F. Grayscale: #7C7C7C. Windows color (decimal): -15750224 or 11578127. OLE color: 11578127.

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

Color convert

RGB 15 171 176 -
CMYK 0.91 0.03 0 0.31
HSL 181.86º 0.84% 0.37% -
HSV(B) 181.86º 0.91% 0.69% -
XYZ 22.6 32.36 46.13 -
YUV 124.93 156.82 49.59 -
System Red Green Blue C M Y K H S L
Decimal 15 171 176 0.91 0.03 0 0.31 181.86 0.84 0.37
Hex F AB B0 5B 3 0 1F B6 54 25
Octal 17 253 260 133 3 0 37 266 124 45
Binary 1111 10101011 10110000 1011011 11 0 11111 10110110 1010100 100101

Color Harmonies of #0FABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FABB0

Black with #0FABB0

Text Example


Text Example

White with #0FABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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