Html Css Color HEX #28BFBE Light Sea Green

📋 copy color: '#28BFBE'

red 40 ◦ green 191 ◦ blue 190

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

Shades of Light Sea Green #28BFBE

Tints of Light Sea Green #28BFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 45.37%

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

R = 9.5%
G = 45.37%
B = 45.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#28BFBE (or 0x28BFBE) is known color: Light Sea Green. HEX triplet: 28, BF and BE. RGB value is (40,191,190). Sum of RGB (Red+Green+Blue) = 40+191+190=421 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.50% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #28BFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BFBE is #D74041. Grayscale: #919191. Windows color (decimal): -14106690 or 12500776. OLE color: 12500776.

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

Color convert

RGB 40 191 190 -
CMYK 0.79 0 0.01 0.25
HSL 179.6º 0.65% 0.45% -
HSV(B) 179.6º 0.79% 0.75% -
XYZ 28.8 41.43 55.19 -
YUV 145.74 152.97 52.58 -
System Red Green Blue C M Y K H S L
Decimal 40 191 190 0.79 0 0.01 0.25 179.6 0.65 0.45
Hex 28 BF BE 4F 0 1 19 B4 41 2D
Octal 50 277 276 117 0 1 31 264 101 55
Binary 101000 10111111 10111110 1001111 0 1 11001 10110100 1000001 101101

Color Harmonies of #28BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BFBE

Black with #28BFBE

Text Example


Text Example

White with #28BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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