Html Css Color HEX #27BCC1 Light Sea Green

📋 copy color: '#27BCC1'

red 39 ◦ green 188 ◦ blue 193

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

Shades of Light Sea Green #27BCC1

Tints of Light Sea Green #27BCC1

RGB

 RED value IS 39 (15.63% from 255) = 9.29%

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

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

R = 9.29%
G = 44.76%
B = 45.95%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#27BCC1 (or 0x27BCC1) is known color: Light Sea Green. HEX triplet: 27, BC and C1. RGB value is (39,188,193). Sum of RGB (Red+Green+Blue) = 39+188+193=420 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.29% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #27BCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BCC1 is #D8433E. Grayscale: #8F8F8F. Windows color (decimal): -14172991 or 12696615. OLE color: 12696615.

HSL color Cylindrical-coordinate representation of color #27BCC1: hue angle of 181.95º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BCC1 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 188 193 -
CMYK 0.80 0.03 0 0.24
HSL 181.95º 0.66% 0.45% -
HSV(B) 181.95º 0.8% 0.76% -
XYZ 28.45 40.25 56.72 -
YUV 144.02 155.64 53.09 -
System Red Green Blue C M Y K H S L
Decimal 39 188 193 0.80 0.03 0 0.24 181.95 0.66 0.45
Hex 27 BC C1 50 3 0 18 B6 42 2D
Octal 47 274 301 120 3 0 30 266 102 55
Binary 100111 10111100 11000001 1010000 11 0 11000 10110110 1000010 101101

Color Harmonies of #27BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BCC1

Black with #27BCC1

Text Example


Text Example

White with #27BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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