#27AFBA

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

Shades of Light Sea Green #27AFBA

Tints of Light Sea Green #27AFBA

Color information

#27AFBA (or 0x27AFBA) is unknown color: approx Light Sea Green. HEX triplet: 27, AF and BA. RGB value is (39,175,186). Sum of RGB (Red+Green+Blue) = 39+175+186=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #27AFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AFBA is #D85045. Grayscale: #878787. Windows color (decimal): -14176326 or 12234535. OLE color: 12234535.

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

Color convert

RGB39175186-
CMYK0.790.0600.27
HSL184.49º65.33%44.12%-
HSV(B)184.49º79.03%72.94%-
XYZ25.0334.6451.82-
YUV135.59156.4459.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.75%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=9.75%
G=43.75%
B=46.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391751860.790.0600.27184.4965.3344.12
Hex27AFBA4F601Bb8412c
Octal47257272117603327010154
Binary10011110101111101110101001111110011011101110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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