Html Css Color HEX #27BCBD Light Sea Green

📋 copy color: '#27BCBD'

red 39 ◦ green 188 ◦ blue 189

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

Shades of Light Sea Green #27BCBD

Tints of Light Sea Green #27BCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 9.38%
G = 45.19%
B = 45.43%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#27BCBD (or 0x27BCBD) is known color: Light Sea Green. HEX triplet: 27, BC and BD. RGB value is (39,188,189). Sum of RGB (Red+Green+Blue) = 39+188+189=416 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.38% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #27BCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BCBD is #D84342. Grayscale: #8F8F8F. Windows color (decimal): -14172995 or 12434471. OLE color: 12434471.

HSL color Cylindrical-coordinate representation of color #27BCBD: hue angle of 180.4º 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 #27BCBD is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 188 189 -
CMYK 0.79 0.01 0 0.26
HSL 180.4º 0.66% 0.45% -
HSV(B) 180.4º 0.79% 0.74% -
XYZ 28.01 40.07 54.4 -
YUV 143.56 153.64 53.42 -
System Red Green Blue C M Y K H S L
Decimal 39 188 189 0.79 0.01 0 0.26 180.4 0.66 0.45
Hex 27 BC BD 4F 1 0 1A B4 42 2D
Octal 47 274 275 117 1 0 32 264 102 55
Binary 100111 10111100 10111101 1001111 1 0 11010 10110100 1000010 101101

Color Harmonies of #27BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BCBD

Black with #27BCBD

Text Example


Text Example

White with #27BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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