Html Css Color HEX #28BCBB Light Sea Green

📋 copy color: '#28BCBB'

red 40 ◦ green 188 ◦ blue 187

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

Shades of Light Sea Green #28BCBB

Tints of Light Sea Green #28BCBB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.3%

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

R = 9.64%
G = 45.3%
B = 45.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#28BCBB (or 0x28BCBB) is known color: Light Sea Green. HEX triplet: 28, BC and BB. RGB value is (40,188,187). Sum of RGB (Red+Green+Blue) = 40+188+187=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #28BCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BCBB is #D74344. Grayscale: #8F8F8F. Windows color (decimal): -14107461 or 12303400. OLE color: 12303400.

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

Color convert

RGB 40 188 187 -
CMYK 0.79 0 0.01 0.26
HSL 179.59º 0.65% 0.45% -
HSV(B) 179.59º 0.79% 0.74% -
XYZ 27.83 40.01 53.27 -
YUV 143.63 152.47 54.08 -
System Red Green Blue C M Y K H S L
Decimal 40 188 187 0.79 0 0.01 0.26 179.59 0.65 0.45
Hex 28 BC BB 4F 0 1 1A B4 41 2D
Octal 50 274 273 117 0 1 32 264 101 55
Binary 101000 10111100 10111011 1001111 0 1 11010 10110100 1000001 101101

Color Harmonies of #28BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BCBB

Black with #28BCBB

Text Example


Text Example

White with #28BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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