#27828B

Color #27828B Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #27828B

Tints of Atoll #27828B

Color information

#27828B (or 0x27828B) is unknown color: approx Atoll. HEX triplet: 27, 82 and 8B. RGB value is (39,130,139). Sum of RGB (Red+Green+Blue) = 39+130+139=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #27828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27828B is #D87D74. Grayscale: #676767. Windows color (decimal): -14187893 or 9142823. OLE color: 9142823.

HSL color Cylindrical-coordinate representation of color #27828B: hue angle of 185.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27828B is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39130139-
CMYK0.720.0600.45
HSL185.4º56.18%34.9%-
HSV(B)185.4º71.94%54.51%-
XYZ13.4818.2627.24-
YUV103.82147.8581.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=12.66%
G=42.21%
B=45.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391301390.720.0600.45185.456.1834.9
Hex27828B48602Db93823
Octal4720221311060552717043
Binary10011110000010100010111001000110010110110111001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27828B; }

 p { color: rgb(39,130,139); }

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

<style>
 a { background-color: #27828B; }

 a { background-color: rgb(39,130,139); }

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

<style>
 span { border-color: #27828B; }

 span { border-color: rgb(39,130,139); }

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