Html Css Color HEX #28B2B6 Light Sea Green

📋 copy color: '#28B2B6'

red 40 ◦ green 178 ◦ blue 182

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

Shades of Light Sea Green #28B2B6

Tints of Light Sea Green #28B2B6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

 BLUE value IS 182 (71.48% from 255) = 45.5%

R = 10%
G = 44.5%
B = 45.5%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#28B2B6 (or 0x28B2B6) is known color: Light Sea Green. HEX triplet: 28, B2 and B6. RGB value is (40,178,182). Sum of RGB (Red+Green+Blue) = 40+178+182=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #28B2B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28B2B6 is #D74D49. Grayscale: #898989. Windows color (decimal): -14110026 or 11973160. OLE color: 11973160.

HSL color Cylindrical-coordinate representation of color #28B2B6: hue angle of 181.69º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B2B6 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 178 182 -
CMYK 0.78 0.02 0 0.29
HSL 181.69º 0.64% 0.44% -
HSV(B) 181.69º 0.78% 0.71% -
XYZ 25.24 35.67 49.81 -
YUV 137.19 153.28 58.67 -
System Red Green Blue C M Y K H S L
Decimal 40 178 182 0.78 0.02 0 0.29 181.69 0.64 0.44
Hex 28 B2 B6 4E 2 0 1D B6 40 2C
Octal 50 262 266 116 2 0 35 266 100 54
Binary 101000 10110010 10110110 1001110 10 0 11101 10110110 1000000 101100

Color Harmonies of #28B2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B2B6

Black with #28B2B6

Text Example


Text Example

White with #28B2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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