Html Css Color HEX #28B2BE Light Sea Green

📋 copy color: '#28B2BE'

red 40 ◦ green 178 ◦ blue 190

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

Shades of Light Sea Green #28B2BE

Tints of Light Sea Green #28B2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 9.8%
G = 43.63%
B = 46.57%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#28B2BE (or 0x28B2BE) is known color: Light Sea Green. HEX triplet: 28, B2 and BE. RGB value is (40,178,190). Sum of RGB (Red+Green+Blue) = 40+178+190=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #28B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28B2BE is #D74D41. Grayscale: #898989. Windows color (decimal): -14110018 or 12497448. OLE color: 12497448.

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

Color convert

RGB 40 178 190 -
CMYK 0.79 0.06 0 0.25
HSL 184.8º 0.65% 0.45% -
HSV(B) 184.8º 0.79% 0.75% -
XYZ 26.09 36.01 54.29 -
YUV 138.11 157.28 58.02 -
System Red Green Blue C M Y K H S L
Decimal 40 178 190 0.79 0.06 0 0.25 184.8 0.65 0.45
Hex 28 B2 BE 4F 6 0 19 B9 41 2D
Octal 50 262 276 117 6 0 31 271 101 55
Binary 101000 10110010 10111110 1001111 110 0 11001 10111001 1000001 101101

Color Harmonies of #28B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B2BE

Black with #28B2BE

Text Example


Text Example

White with #28B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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