Html Css Color HEX #27BDBF Light Sea Green

📋 copy color: '#27BDBF'

red 39 ◦ green 189 ◦ blue 191

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

Shades of Light Sea Green #27BDBF

Tints of Light Sea Green #27BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

 BLUE value IS 191 (75% from 255) = 45.58%

R = 9.31%
G = 45.11%
B = 45.58%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#27BDBF (or 0x27BDBF) is known color: Light Sea Green. HEX triplet: 27, BD and BF. RGB value is (39,189,191). Sum of RGB (Red+Green+Blue) = 39+189+191=419 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.31% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #27BDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BDBF is #D84240. Grayscale: #909090. Windows color (decimal): -14172737 or 12565799. OLE color: 12565799.

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

Color convert

RGB 39 189 191 -
CMYK 0.80 0.01 0 0.25
HSL 180.79º 0.66% 0.45% -
HSV(B) 180.79º 0.8% 0.75% -
XYZ 28.44 40.59 55.63 -
YUV 144.38 154.31 52.84 -
System Red Green Blue C M Y K H S L
Decimal 39 189 191 0.80 0.01 0 0.25 180.79 0.66 0.45
Hex 27 BD BF 50 1 0 19 B5 42 2D
Octal 47 275 277 120 1 0 31 265 102 55
Binary 100111 10111101 10111111 1010000 1 0 11001 10110101 1000010 101101

Color Harmonies of #27BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BDBF

Black with #27BDBF

Text Example


Text Example

White with #27BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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