Html Css Color HEX #28B1BF Light Sea Green

📋 copy color: '#28B1BF'

red 40 ◦ green 177 ◦ blue 191

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

Shades of Light Sea Green #28B1BF

Tints of Light Sea Green #28B1BF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.38%

 BLUE value IS 191 (75% from 255) = 46.81%

R = 9.8%
G = 43.38%
B = 46.81%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#28B1BF (or 0x28B1BF) is known color: Light Sea Green. HEX triplet: 28, B1 and BF. RGB value is (40,177,191). Sum of RGB (Red+Green+Blue) = 40+177+191=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #28B1BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28B1BF is #D74E40. Grayscale: #898989. Windows color (decimal): -14110273 or 12562728. OLE color: 12562728.

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

Color convert

RGB 40 177 191 -
CMYK 0.79 0.07 0 0.25
HSL 185.56º 0.65% 0.45% -
HSV(B) 185.56º 0.79% 0.75% -
XYZ 26 35.66 54.8 -
YUV 137.63 158.11 58.36 -
System Red Green Blue C M Y K H S L
Decimal 40 177 191 0.79 0.07 0 0.25 185.56 0.65 0.45
Hex 28 B1 BF 4F 7 0 19 BA 41 2D
Octal 50 261 277 117 7 0 31 272 101 55
Binary 101000 10110001 10111111 1001111 111 0 11001 10111010 1000001 101101

Color Harmonies of #28B1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B1BF

Black with #28B1BF

Text Example


Text Example

White with #28B1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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