Html Css Color HEX #0FACB4 Light Sea Green

📋 copy color: '#0FACB4'

red 15 ◦ green 172 ◦ blue 180

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

Shades of Light Sea Green #0FACB4

Tints of Light Sea Green #0FACB4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.87%

 BLUE value IS 180 (70.7% from 255) = 49.05%

R = 4.09%
G = 46.87%
B = 49.05%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0FACB4 (or 0x0FACB4) is known color: Light Sea Green. HEX triplet: 0F, AC and B4. RGB value is (15,172,180). Sum of RGB (Red+Green+Blue) = 15+172+180=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #0FACB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACB4 is #F0534B. Grayscale: #7D7D7D. Windows color (decimal): -15749964 or 11840527. OLE color: 11840527.

HSL color Cylindrical-coordinate representation of color #0FACB4: hue angle of 182.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FACB4 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 172 180 -
CMYK 0.92 0.04 0 0.29
HSL 182.91º 0.85% 0.38% -
HSV(B) 182.91º 0.92% 0.71% -
XYZ 23.19 32.9 48.31 -
YUV 125.97 158.49 48.85 -
System Red Green Blue C M Y K H S L
Decimal 15 172 180 0.92 0.04 0 0.29 182.91 0.85 0.38
Hex F AC B4 5C 4 0 1D B7 55 26
Octal 17 254 264 134 4 0 35 267 125 46
Binary 1111 10101100 10110100 1011100 100 0 11101 10110111 1010101 100110

Color Harmonies of #0FACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FACB4

Black with #0FACB4

Text Example


Text Example

White with #0FACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,172,180); }

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

background-color css

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

 a { background-color: rgb(15,172,180); }

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

border-color css

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

 span { border-color: rgb(15,172,180); }

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