#27B7AF

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

Shades of Light Sea Green #27B7AF

Tints of Light Sea Green #27B7AF

Color information

#27B7AF (or 0x27B7AF) is unknown color: approx Light Sea Green. HEX triplet: 27, B7 and AF. RGB value is (39,183,175). Sum of RGB (Red+Green+Blue) = 39+183+175=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #27B7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B7AF is #D84850. Grayscale: #8A8A8A. Windows color (decimal): -14174289 or 11515687. OLE color: 11515687.

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

Color convert

RGB39183175-
CMYK0.7900.040.28
HSL176.67º64.86%43.53%-
HSV(B)176.67º78.69%71.76%-
XYZ25.5137.3946.43-
YUV139.03148.2956.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.82%
GREEN value IS 183 (71.88% from 255) = 46.10%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=9.82%
G=46.10%
B=44.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal391831750.7900.040.28176.6764.8643.53
Hex27B7AF4F041Cb1412c
Octal47267257117043426110154
Binary10011110110111101011111001111010011100101100011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,183,175); }

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

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

 a { background-color: rgb(39,183,175); }

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

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

 span { border-color: rgb(39,183,175); }

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