Html Css Color HEX #0FBDA5 Light Sea Green

📋 copy color: '#0FBDA5'

red 15 ◦ green 189 ◦ blue 165

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

Shades of Light Sea Green #0FBDA5

Tints of Light Sea Green #0FBDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.72%

R = 4.07%
G = 51.22%
B = 44.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#0FBDA5 (or 0x0FBDA5) is known color: Light Sea Green. HEX triplet: 0F, BD and A5. RGB value is (15,189,165). Sum of RGB (Red+Green+Blue) = 15+189+165=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDA5 is #F0425A. Grayscale: #868686. Windows color (decimal): -15745627 or 10861839. OLE color: 10861839.

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

Color convert

RGB 15 189 165 -
CMYK 0.92 0 0.13 0.26
HSL 171.72º 0.85% 0.4% -
HSV(B) 171.72º 0.92% 0.74% -
XYZ 25.19 39.21 41.84 -
YUV 134.24 145.35 42.95 -
System Red Green Blue C M Y K H S L
Decimal 15 189 165 0.92 0 0.13 0.26 171.72 0.85 0.4
Hex F BD A5 5C 0 D 1A AC 55 28
Octal 17 275 245 134 0 15 32 254 125 50
Binary 1111 10111101 10100101 1011100 0 1101 11010 10101100 1010101 101000

Color Harmonies of #0FBDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBDA5

Black with #0FBDA5

Text Example


Text Example

White with #0FBDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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