Html Css Color HEX #28BCC1 Light Sea Green

📋 copy color: '#28BCC1'

red 40 ◦ green 188 ◦ blue 193

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

Shades of Light Sea Green #28BCC1

Tints of Light Sea Green #28BCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.66%

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

R = 9.5%
G = 44.66%
B = 45.84%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#28BCC1 (or 0x28BCC1) is known color: Light Sea Green. HEX triplet: 28, BC and C1. RGB value is (40,188,193). Sum of RGB (Red+Green+Blue) = 40+188+193=421 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.50% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #28BCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BCC1 is #D7433E. Grayscale: #909090. Windows color (decimal): -14107455 or 12696616. OLE color: 12696616.

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

Color convert

RGB 40 188 193 -
CMYK 0.79 0.03 0 0.24
HSL 181.96º 0.66% 0.46% -
HSV(B) 181.96º 0.79% 0.76% -
XYZ 28.48 40.27 56.72 -
YUV 144.32 155.47 53.59 -
System Red Green Blue C M Y K H S L
Decimal 40 188 193 0.79 0.03 0 0.24 181.96 0.66 0.46
Hex 28 BC C1 4F 3 0 18 B6 42 2E
Octal 50 274 301 117 3 0 30 266 102 56
Binary 101000 10111100 11000001 1001111 11 0 11000 10110110 1000010 101110

Color Harmonies of #28BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BCC1

Black with #28BCC1

Text Example


Text Example

White with #28BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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