Html Css Color HEX #27BCBA Light Sea Green

📋 copy color: '#27BCBA'

red 39 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #27BCBA

Tints of Light Sea Green #27BCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 9.44%
G = 45.52%
B = 45.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#27BCBA (or 0x27BCBA) is known color: Light Sea Green. HEX triplet: 27, BC and BA. RGB value is (39,188,186). Sum of RGB (Red+Green+Blue) = 39+188+186=413 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.44% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #27BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BCBA is #D84345. Grayscale: #8F8F8F. Windows color (decimal): -14172998 or 12237863. OLE color: 12237863.

HSL color Cylindrical-coordinate representation of color #27BCBA: hue angle of 179.19º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BCBA is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 188 186 -
CMYK 0.79 0 0.01 0.26
HSL 179.19º 0.66% 0.45% -
HSV(B) 179.19º 0.79% 0.74% -
XYZ 27.68 39.94 52.71 -
YUV 143.22 152.14 53.66 -
System Red Green Blue C M Y K H S L
Decimal 39 188 186 0.79 0 0.01 0.26 179.19 0.66 0.45
Hex 27 BC BA 4F 0 1 1A B3 42 2D
Octal 47 274 272 117 0 1 32 263 102 55
Binary 100111 10111100 10111010 1001111 0 1 11010 10110011 1000010 101101

Color Harmonies of #27BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BCBA

Black with #27BCBA

Text Example


Text Example

White with #27BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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