Html Css Color HEX #27B9BA Light Sea Green

📋 copy color: '#27B9BA'

red 39 ◦ green 185 ◦ blue 186

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

Shades of Light Sea Green #27B9BA

Tints of Light Sea Green #27B9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.12%

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

R = 9.51%
G = 45.12%
B = 45.37%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#27B9BA (or 0x27B9BA) is known color: Light Sea Green. HEX triplet: 27, B9 and BA. RGB value is (39,185,186). Sum of RGB (Red+Green+Blue) = 39+185+186=410 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.51% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #27B9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27B9BA is #D84645. Grayscale: #8D8D8D. Windows color (decimal): -14173766 or 12237095. OLE color: 12237095.

HSL color Cylindrical-coordinate representation of color #27B9BA: hue angle of 180.41º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B9BA is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 185 186 -
CMYK 0.79 0.01 0 0.27
HSL 180.41º 0.65% 0.44% -
HSV(B) 180.41º 0.79% 0.73% -
XYZ 27.05 38.67 52.49 -
YUV 141.46 153.13 54.92 -
System Red Green Blue C M Y K H S L
Decimal 39 185 186 0.79 0.01 0 0.27 180.41 0.65 0.44
Hex 27 B9 BA 4F 1 0 1B B4 41 2C
Octal 47 271 272 117 1 0 33 264 101 54
Binary 100111 10111001 10111010 1001111 1 0 11011 10110100 1000001 101100

Color Harmonies of #27B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27B9BA

Black with #27B9BA

Text Example


Text Example

White with #27B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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