Html Css Color HEX #0FB7AF Light Sea Green

📋 copy color: '#0FB7AF'

red 15 ◦ green 183 ◦ blue 175

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

Shades of Light Sea Green #0FB7AF

Tints of Light Sea Green #0FB7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.06%

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

R = 4.02%
G = 49.06%
B = 46.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#0FB7AF (or 0x0FB7AF) is known color: Light Sea Green. HEX triplet: 0F, B7 and AF. RGB value is (15,183,175). Sum of RGB (Red+Green+Blue) = 15+183+175=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB7AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB7AF is #F04850. Grayscale: #838383. Windows color (decimal): -15747153 or 11515663. OLE color: 11515663.

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

Color convert

RGB 15 183 175 -
CMYK 0.92 0 0.04 0.28
HSL 177.14º 0.85% 0.39% -
HSV(B) 177.14º 0.92% 0.72% -
XYZ 24.87 37.06 46.4 -
YUV 131.86 152.34 44.65 -
System Red Green Blue C M Y K H S L
Decimal 15 183 175 0.92 0 0.04 0.28 177.14 0.85 0.39
Hex F B7 AF 5C 0 4 1C B1 55 27
Octal 17 267 257 134 0 4 34 261 125 47
Binary 1111 10110111 10101111 1011100 0 100 11100 10110001 1010101 100111

Color Harmonies of #0FB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB7AF

Black with #0FB7AF

Text Example


Text Example

White with #0FB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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