Html Css Color HEX #28AEBA Light Sea Green

📋 copy color: '#28AEBA'

red 40 ◦ green 174 ◦ blue 186

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

Shades of Light Sea Green #28AEBA

Tints of Light Sea Green #28AEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.5%

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 10%
G = 43.5%
B = 46.5%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#28AEBA (or 0x28AEBA) is known color: Light Sea Green. HEX triplet: 28, AE and BA. RGB value is (40,174,186). Sum of RGB (Red+Green+Blue) = 40+174+186=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #28AEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AEBA is #D75145. Grayscale: #878787. Windows color (decimal): -14111046 or 12234280. OLE color: 12234280.

HSL color Cylindrical-coordinate representation of color #28AEBA: hue angle of 184.93º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28AEBA is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 174 186 -
CMYK 0.78 0.06 0 0.27
HSL 184.93º 0.65% 0.44% -
HSV(B) 184.93º 0.78% 0.73% -
XYZ 24.87 34.27 51.76 -
YUV 135.3 156.61 60.02 -
System Red Green Blue C M Y K H S L
Decimal 40 174 186 0.78 0.06 0 0.27 184.93 0.65 0.44
Hex 28 AE BA 4E 6 0 1B B9 41 2C
Octal 50 256 272 116 6 0 33 271 101 54
Binary 101000 10101110 10111010 1001110 110 0 11011 10111001 1000001 101100

Color Harmonies of #28AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AEBA

Black with #28AEBA

Text Example


Text Example

White with #28AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,174,186); }

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

background-color css

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

 a { background-color: rgb(40,174,186); }

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

border-color css

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

 span { border-color: rgb(40,174,186); }

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