Html Css Color HEX #0FB4AF Light Sea Green

📋 copy color: '#0FB4AF'

red 15 ◦ green 180 ◦ blue 175

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

Shades of Light Sea Green #0FB4AF

Tints of Light Sea Green #0FB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.65%

 BLUE value IS 175 (68.75% from 255) = 47.3%

R = 4.05%
G = 48.65%
B = 47.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#0FB4AF (or 0x0FB4AF) is known color: Light Sea Green. HEX triplet: 0F, B4 and AF. RGB value is (15,180,175). Sum of RGB (Red+Green+Blue) = 15+180+175=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB4AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB4AF is #F04B50. Grayscale: #818181. Windows color (decimal): -15747921 or 11514895. OLE color: 11514895.

HSL color Cylindrical-coordinate representation of color #0FB4AF: hue angle of 178.18º 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 #0FB4AF is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 180 175 -
CMYK 0.92 0 0.03 0.29
HSL 178.18º 0.85% 0.38% -
HSV(B) 178.18º 0.92% 0.71% -
XYZ 24.26 35.84 46.2 -
YUV 130.1 153.34 45.91 -
System Red Green Blue C M Y K H S L
Decimal 15 180 175 0.92 0 0.03 0.29 178.18 0.85 0.38
Hex F B4 AF 5C 0 3 1D B2 55 26
Octal 17 264 257 134 0 3 35 262 125 46
Binary 1111 10110100 10101111 1011100 0 11 11101 10110010 1010101 100110

Color Harmonies of #0FB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB4AF

Black with #0FB4AF

Text Example


Text Example

White with #0FB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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