#27B69D

Color #27B69D Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #27B69D

Tints of Light Sea Green #27B69D

Color information

#27B69D (or 0x27B69D) is unknown color: approx Light Sea Green. HEX triplet: 27, B6 and 9D. RGB value is (39,182,157). Sum of RGB (Red+Green+Blue) = 39+182+157=378 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.32% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #27B69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B69D is #D84962. Grayscale: #888888. Windows color (decimal): -14174563 or 10335783. OLE color: 10335783.

HSL color Cylindrical-coordinate representation of color #27B69D: hue angle of 169.51º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B69D is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB39182157-
CMYK0.7900.140.29
HSL169.51º64.71%43.33%-
HSV(B)169.51º78.57%71.37%-
XYZ23.6536.3237.66-
YUV136.39139.6258.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.32%
GREEN value IS 182 (71.48% from 255) = 48.15%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=10.32%
G=48.15%
B=41.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391821570.7900.140.29169.5164.7143.33
Hex27B69D4F0E1Daa412b
Octal472662351170163525210153
Binary100111101101101001110110011110111011101101010101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,182,157); }

 H1.HeaderClassName
 {
   color: #27B69D;
 }
 .AnyTagClassName
 {
   color: #27B69D;
 }
</style>
background-color css

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

 a { background-color: rgb(39,182,157); }

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

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

 span { border-color: rgb(39,182,157); }

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