Html Css Color HEX #28B1C1 Light Sea Green

📋 copy color: '#28B1C1'

red 40 ◦ green 177 ◦ blue 193

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

Shades of Light Sea Green #28B1C1

Tints of Light Sea Green #28B1C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.07%

R = 9.76%
G = 43.17%
B = 47.07%

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#28B1C1 (or 0x28B1C1) is known color: Light Sea Green. HEX triplet: 28, B1 and C1. RGB value is (40,177,193). Sum of RGB (Red+Green+Blue) = 40+177+193=410 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.76% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #28B1C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28B1C1 is #D74E3E. Grayscale: #898989. Windows color (decimal): -14110271 or 12693800. OLE color: 12693800.

HSL color Cylindrical-coordinate representation of color #28B1C1: hue angle of 186.27º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28B1C1 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 177 193 -
CMYK 0.79 0.08 0 0.24
HSL 186.27º 0.66% 0.46% -
HSV(B) 186.27º 0.79% 0.76% -
XYZ 26.22 35.75 55.97 -
YUV 137.86 159.11 58.2 -
System Red Green Blue C M Y K H S L
Decimal 40 177 193 0.79 0.08 0 0.24 186.27 0.66 0.46
Hex 28 B1 C1 4F 8 0 18 BA 42 2E
Octal 50 261 301 117 10 0 30 272 102 56
Binary 101000 10110001 11000001 1001111 1000 0 11000 10111010 1000010 101110

Color Harmonies of #28B1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B1C1

Black with #28B1C1

Text Example


Text Example

White with #28B1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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