Html Css Color HEX #09BDB0 Light Sea Green

📋 copy color: '#09BDB0'

red 9 ◦ green 189 ◦ blue 176

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

Shades of Light Sea Green #09BDB0

Tints of Light Sea Green #09BDB0

RGB

 RED value IS 9 (3.91% from 255) = 2.41%

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

 BLUE value IS 176 (69.14% from 255) = 47.06%

R = 2.41%
G = 50.53%
B = 47.06%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#09BDB0 (or 0x09BDB0) is known color: Light Sea Green. HEX triplet: 09, BD and B0. RGB value is (9,189,176). Sum of RGB (Red+Green+Blue) = 9+189+176=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #09BDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BDB0 is #F6424F. Grayscale: #858585. Windows color (decimal): -16138832 or 11582729. OLE color: 11582729.

HSL color Cylindrical-coordinate representation of color #09BDB0: hue angle of 175.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BDB0 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 189 176 -
CMYK 0.95 0 0.07 0.26
HSL 175.67º 0.91% 0.39% -
HSV(B) 175.67º 0.95% 0.74% -
XYZ 26.15 39.59 47.34 -
YUV 133.7 151.87 39.06 -
System Red Green Blue C M Y K H S L
Decimal 9 189 176 0.95 0 0.07 0.26 175.67 0.91 0.39
Hex 9 BD B0 5F 0 7 1A B0 5B 27
Octal 11 275 260 137 0 7 32 260 133 47
Binary 1001 10111101 10110000 1011111 0 111 11010 10110000 1011011 100111

Color Harmonies of #09BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BDB0

Black with #09BDB0

Text Example


Text Example

White with #09BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09BDB0; }

 p { color: rgb(9,189,176); }

 H1.HeaderClassName
 {
   color: #09BDB0;
 }
 .AnyTagClassName
 {
   color: #09BDB0;
 }
</style>

background-color css

<style>
 a { background-color: #09BDB0; }

 a { background-color: rgb(9,189,176); }

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

border-color css

<style>
 span { border-color: #09BDB0; }

 span { border-color: rgb(9,189,176); }

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