Html Css Color HEX #28BBBF Light Sea Green

📋 copy color: '#28BBBF'

red 40 ◦ green 187 ◦ blue 191

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

Shades of Light Sea Green #28BBBF

Tints of Light Sea Green #28BBBF

RGB

 RED value IS 40 (16.02% from 255) = 9.57%

 GREEN value IS 187 (73.44% from 255) = 44.74%

 BLUE value IS 191 (75% from 255) = 45.69%

R = 9.57%
G = 44.74%
B = 45.69%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#28BBBF (or 0x28BBBF) is known color: Light Sea Green. HEX triplet: 28, BB and BF. RGB value is (40,187,191). Sum of RGB (Red+Green+Blue) = 40+187+191=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #28BBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBBF is #D74440. Grayscale: #8F8F8F. Windows color (decimal): -14107713 or 12565288. OLE color: 12565288.

HSL color Cylindrical-coordinate representation of color #28BBBF: hue angle of 181.59º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BBBF is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 187 191 -
CMYK 0.79 0.02 0 0.25
HSL 181.59º 0.65% 0.45% -
HSV(B) 181.59º 0.79% 0.75% -
XYZ 28.05 39.75 55.49 -
YUV 143.5 154.8 54.17 -
System Red Green Blue C M Y K H S L
Decimal 40 187 191 0.79 0.02 0 0.25 181.59 0.65 0.45
Hex 28 BB BF 4F 2 0 19 B6 41 2D
Octal 50 273 277 117 2 0 31 266 101 55
Binary 101000 10111011 10111111 1001111 10 0 11001 10110110 1000001 101101

Color Harmonies of #28BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BBBF

Black with #28BBBF

Text Example


Text Example

White with #28BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28BBBF; }

 p { color: rgb(40,187,191); }

 H1.HeaderClassName
 {
   color: #28BBBF;
 }
 .AnyTagClassName
 {
   color: #28BBBF;
 }
</style>

background-color css

<style>
 a { background-color: #28BBBF; }

 a { background-color: rgb(40,187,191); }

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

border-color css

<style>
 span { border-color: #28BBBF; }

 span { border-color: rgb(40,187,191); }

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