Html Css Color HEX #0FBDAE Light Sea Green

📋 copy color: '#0FBDAE'

red 15 ◦ green 189 ◦ blue 174

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

Shades of Light Sea Green #0FBDAE

Tints of Light Sea Green #0FBDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50%

 BLUE value IS 174 (68.36% from 255) = 46.03%

R = 3.97%
G = 50%
B = 46.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#0FBDAE (or 0x0FBDAE) is known color: Light Sea Green. HEX triplet: 0F, BD and AE. RGB value is (15,189,174). Sum of RGB (Red+Green+Blue) = 15+189+174=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDAE is #F04251. Grayscale: #878787. Windows color (decimal): -15745618 or 11451663. OLE color: 11451663.

HSL color Cylindrical-coordinate representation of color #0FBDAE: hue angle of 174.83º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBDAE is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 189 174 -
CMYK 0.92 0 0.08 0.26
HSL 174.83º 0.85% 0.4% -
HSV(B) 174.83º 0.92% 0.74% -
XYZ 26.03 39.55 46.31 -
YUV 135.26 149.85 42.22 -
System Red Green Blue C M Y K H S L
Decimal 15 189 174 0.92 0 0.08 0.26 174.83 0.85 0.4
Hex F BD AE 5C 0 8 1A AF 55 28
Octal 17 275 256 134 0 10 32 257 125 50
Binary 1111 10111101 10101110 1011100 0 1000 11010 10101111 1010101 101000

Color Harmonies of #0FBDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBDAE

Black with #0FBDAE

Text Example


Text Example

White with #0FBDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,189,174); }

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

background-color css

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

 a { background-color: rgb(15,189,174); }

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

border-color css

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

 span { border-color: rgb(15,189,174); }

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