Html Css Color HEX #27B5BA Light Sea Green

📋 copy color: '#27B5BA'

red 39 ◦ green 181 ◦ blue 186

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

Shades of Light Sea Green #27B5BA

Tints of Light Sea Green #27B5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

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

R = 9.61%
G = 44.58%
B = 45.81%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#27B5BA (or 0x27B5BA) is known color: Light Sea Green. HEX triplet: 27, B5 and BA. RGB value is (39,181,186). Sum of RGB (Red+Green+Blue) = 39+181+186=406 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.61% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #27B5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27B5BA is #D84A45. Grayscale: #8A8A8A. Windows color (decimal): -14174790 or 12236071. OLE color: 12236071.

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

Color convert

RGB 39 181 186 -
CMYK 0.79 0.03 0 0.27
HSL 182.04º 0.65% 0.44% -
HSV(B) 182.04º 0.79% 0.73% -
XYZ 26.22 37.02 52.22 -
YUV 139.11 154.46 56.59 -
System Red Green Blue C M Y K H S L
Decimal 39 181 186 0.79 0.03 0 0.27 182.04 0.65 0.44
Hex 27 B5 BA 4F 3 0 1B B6 41 2C
Octal 47 265 272 117 3 0 33 266 101 54
Binary 100111 10110101 10111010 1001111 11 0 11011 10110110 1000001 101100

Color Harmonies of #27B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27B5BA

Black with #27B5BA

Text Example


Text Example

White with #27B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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