Html Css Color HEX #0FACAB Light Sea Green

📋 copy color: '#0FACAB'

red 15 ◦ green 172 ◦ blue 171

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

Shades of Light Sea Green #0FACAB

Tints of Light Sea Green #0FACAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 4.19%
G = 48.04%
B = 47.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#0FACAB (or 0x0FACAB) is known color: Light Sea Green. HEX triplet: 0F, AC and AB. RGB value is (15,172,171). Sum of RGB (Red+Green+Blue) = 15+172+171=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #0FACAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FACAB is #F05354. Grayscale: #7C7C7C. Windows color (decimal): -15749973 or 11250703. OLE color: 11250703.

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

Color convert

RGB 15 172 171 -
CMYK 0.91 0 0.01 0.33
HSL 179.62º 0.84% 0.37% -
HSV(B) 179.62º 0.91% 0.67% -
XYZ 22.3 32.55 43.63 -
YUV 124.94 153.99 49.58 -
System Red Green Blue C M Y K H S L
Decimal 15 172 171 0.91 0 0.01 0.33 179.62 0.84 0.37
Hex F AC AB 5B 0 1 21 B4 54 25
Octal 17 254 253 133 0 1 41 264 124 45
Binary 1111 10101100 10101011 1011011 0 1 100001 10110100 1010100 100101

Color Harmonies of #0FACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FACAB

Black with #0FACAB

Text Example


Text Example

White with #0FACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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