Html Css Color HEX #28BCB8 Light Sea Green

📋 copy color: '#28BCB8'

red 40 ◦ green 188 ◦ blue 184

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

Shades of Light Sea Green #28BCB8

Tints of Light Sea Green #28BCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.66%

R = 9.71%
G = 45.63%
B = 44.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#28BCB8 (or 0x28BCB8) is known color: Light Sea Green. HEX triplet: 28, BC and B8. RGB value is (40,188,184). Sum of RGB (Red+Green+Blue) = 40+188+184=412 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.71% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #28BCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BCB8 is #D74347. Grayscale: #8F8F8F. Windows color (decimal): -14107464 or 12106792. OLE color: 12106792.

HSL color Cylindrical-coordinate representation of color #28BCB8: hue angle of 178.38º 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 #28BCB8 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 188 184 -
CMYK 0.79 0 0.02 0.26
HSL 178.38º 0.65% 0.45% -
HSV(B) 178.38º 0.79% 0.74% -
XYZ 27.51 39.88 51.59 -
YUV 143.29 150.97 54.33 -
System Red Green Blue C M Y K H S L
Decimal 40 188 184 0.79 0 0.02 0.26 178.38 0.65 0.45
Hex 28 BC B8 4F 0 2 1A B2 41 2D
Octal 50 274 270 117 0 2 32 262 101 55
Binary 101000 10111100 10111000 1001111 0 10 11010 10110010 1000001 101101

Color Harmonies of #28BCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BCB8

Black with #28BCB8

Text Example


Text Example

White with #28BCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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