Html Css Color HEX #28AFBE Light Sea Green

📋 copy color: '#28AFBE'

red 40 ◦ green 175 ◦ blue 190

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

Shades of Light Sea Green #28AFBE

Tints of Light Sea Green #28AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.21%

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

R = 9.88%
G = 43.21%
B = 46.91%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#28AFBE (or 0x28AFBE) is known color: Light Sea Green. HEX triplet: 28, AF and BE. RGB value is (40,175,190). Sum of RGB (Red+Green+Blue) = 40+175+190=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #28AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AFBE is #D75041. Grayscale: #888888. Windows color (decimal): -14110786 or 12496680. OLE color: 12496680.

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

Color convert

RGB 40 175 190 -
CMYK 0.79 0.08 0 0.25
HSL 186º 0.65% 0.45% -
HSV(B) 186º 0.79% 0.75% -
XYZ 25.5 34.83 54.09 -
YUV 136.35 158.27 59.28 -
System Red Green Blue C M Y K H S L
Decimal 40 175 190 0.79 0.08 0 0.25 186 0.65 0.45
Hex 28 AF BE 4F 8 0 19 BA 41 2D
Octal 50 257 276 117 10 0 31 272 101 55
Binary 101000 10101111 10111110 1001111 1000 0 11001 10111010 1000001 101101

Color Harmonies of #28AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AFBE

Black with #28AFBE

Text Example


Text Example

White with #28AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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