Html Css Color HEX #28BBBB Light Sea Green

📋 copy color: '#28BBBB'

red 40 ◦ green 187 ◦ blue 187

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

Shades of Light Sea Green #28BBBB

Tints of Light Sea Green #28BBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 9.66%
G = 45.17%
B = 45.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#28BBBB (or 0x28BBBB) is known color: Light Sea Green. HEX triplet: 28, BB and BB. RGB value is (40,187,187). Sum of RGB (Red+Green+Blue) = 40+187+187=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #28BBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BBBB is #D74444. Grayscale: #8E8E8E. Windows color (decimal): -14107717 or 12303144. OLE color: 12303144.

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

Color convert

RGB 40 187 187 -
CMYK 0.79 0 0 0.27
HSL 180º 0.65% 0.45% -
HSV(B) 180º 0.79% 0.73% -
XYZ 27.62 39.58 53.2 -
YUV 143.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 40 187 187 0.79 0 0 0.27 180 0.65 0.45
Hex 28 BB BB 4F 0 0 1B B4 41 2D
Octal 50 273 273 117 0 0 33 264 101 55
Binary 101000 10111011 10111011 1001111 0 0 11011 10110100 1000001 101101

Color Harmonies of #28BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BBBB

Black with #28BBBB

Text Example


Text Example

White with #28BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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