Html Css Color HEX #27BDBA Light Sea Green

📋 copy color: '#27BDBA'

red 39 ◦ green 189 ◦ blue 186

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

Shades of Light Sea Green #27BDBA

Tints of Light Sea Green #27BDBA

RGB

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

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

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

R = 9.42%
G = 45.65%
B = 44.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#27BDBA (or 0x27BDBA) is known color: Light Sea Green. HEX triplet: 27, BD and BA. RGB value is (39,189,186). Sum of RGB (Red+Green+Blue) = 39+189+186=414 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.42% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #27BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BDBA is #D84245. Grayscale: #8F8F8F. Windows color (decimal): -14172742 or 12238119. OLE color: 12238119.

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

Color convert

RGB 39 189 186 -
CMYK 0.79 0 0.02 0.26
HSL 178.8º 0.66% 0.45% -
HSV(B) 178.8º 0.79% 0.74% -
XYZ 27.9 40.37 52.78 -
YUV 143.81 151.81 53.24 -
System Red Green Blue C M Y K H S L
Decimal 39 189 186 0.79 0 0.02 0.26 178.8 0.66 0.45
Hex 27 BD BA 4F 0 2 1A B3 42 2D
Octal 47 275 272 117 0 2 32 263 102 55
Binary 100111 10111101 10111010 1001111 0 10 11010 10110011 1000010 101101

Color Harmonies of #27BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BDBA

Black with #27BDBA

Text Example


Text Example

White with #27BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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