Html Css Color HEX #28BCB2 Light Sea Green

📋 copy color: '#28BCB2'

red 40 ◦ green 188 ◦ blue 178

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

Shades of Light Sea Green #28BCB2

Tints of Light Sea Green #28BCB2

RGB

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

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

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

R = 9.85%
G = 46.31%
B = 43.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#28BCB2 (or 0x28BCB2) is known color: Light Sea Green. HEX triplet: 28, BC and B2. RGB value is (40,188,178). Sum of RGB (Red+Green+Blue) = 40+188+178=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #28BCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BCB2 is #D7434D. Grayscale: #8E8E8E. Windows color (decimal): -14107470 or 11713576. OLE color: 11713576.

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

Color convert

RGB 40 188 178 -
CMYK 0.79 0 0.05 0.26
HSL 175.95º 0.65% 0.45% -
HSV(B) 175.95º 0.79% 0.74% -
XYZ 26.89 39.63 48.35 -
YUV 142.61 147.97 54.81 -
System Red Green Blue C M Y K H S L
Decimal 40 188 178 0.79 0 0.05 0.26 175.95 0.65 0.45
Hex 28 BC B2 4F 0 5 1A B0 41 2D
Octal 50 274 262 117 0 5 32 260 101 55
Binary 101000 10111100 10110010 1001111 0 101 11010 10110000 1000001 101101

Color Harmonies of #28BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BCB2

Black with #28BCB2

Text Example


Text Example

White with #28BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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