Html Css Color HEX #09BFB2 Light Sea Green

📋 copy color: '#09BFB2'

red 9 ◦ green 191 ◦ blue 178

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

Shades of Light Sea Green #09BFB2

Tints of Light Sea Green #09BFB2

RGB

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

 GREEN value IS 191 (75% from 255) = 50.53%

 BLUE value IS 178 (69.92% from 255) = 47.09%

R = 2.38%
G = 50.53%
B = 47.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#09BFB2 (or 0x09BFB2) is known color: Light Sea Green. HEX triplet: 09, BF and B2. RGB value is (9,191,178). Sum of RGB (Red+Green+Blue) = 9+191+178=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #09BFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BFB2 is #F6404D. Grayscale: #868686. Windows color (decimal): -16138318 or 11714313. OLE color: 11714313.

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

Color convert

RGB 9 191 178 -
CMYK 0.95 0 0.07 0.25
HSL 175.71º 0.91% 0.39% -
HSV(B) 175.71º 0.95% 0.75% -
XYZ 26.78 40.53 48.53 -
YUV 135.1 152.2 38.06 -
System Red Green Blue C M Y K H S L
Decimal 9 191 178 0.95 0 0.07 0.25 175.71 0.91 0.39
Hex 9 BF B2 5F 0 7 19 B0 5B 27
Octal 11 277 262 137 0 7 31 260 133 47
Binary 1001 10111111 10110010 1011111 0 111 11001 10110000 1011011 100111

Color Harmonies of #09BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BFB2

Black with #09BFB2

Text Example


Text Example

White with #09BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,191,178); }

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

background-color css

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

 a { background-color: rgb(9,191,178); }

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

border-color css

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

 span { border-color: rgb(9,191,178); }

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