Html Css Color HEX #27A095 Java

📋 copy color: '#27A095'

red 39 ◦ green 160 ◦ blue 149

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

Shades of Java #27A095

Tints of Java #27A095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.98%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 11.21%
G = 45.98%
B = 42.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#27A095 (or 0x27A095) is known color: Java. HEX triplet: 27, A0 and 95. RGB value is (39,160,149). Sum of RGB (Red+Green+Blue) = 39+160+149=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #27A095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A095 is #D85F6A. Grayscale: #7A7A7A. Windows color (decimal): -14180203 or 9805863. OLE color: 9805863.

HSL color Cylindrical-coordinate representation of color #27A095: hue angle of 174.55º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A095 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 39 160 149 -
CMYK 0.76 0 0.07 0.37
HSL 174.55º 0.61% 0.39% -
HSV(B) 174.55º 0.76% 0.63% -
XYZ 18.83 27.74 32.8 -
YUV 122.57 142.91 68.39 -
System Red Green Blue C M Y K H S L
Decimal 39 160 149 0.76 0 0.07 0.37 174.55 0.61 0.39
Hex 27 A0 95 4C 0 7 25 AF 3D 27
Octal 47 240 225 114 0 7 45 257 75 47
Binary 100111 10100000 10010101 1001100 0 111 100101 10101111 111101 100111

Color Harmonies of #27A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A095

Black with #27A095

Text Example


Text Example

White with #27A095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,160,149); }

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

background-color css

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

 a { background-color: rgb(39,160,149); }

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

border-color css

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

 span { border-color: rgb(39,160,149); }

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