Html Css Color HEX #27A0A1 Java

📋 copy color: '#27A0A1'

red 39 ◦ green 160 ◦ blue 161

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

Shades of Java #27A0A1

Tints of Java #27A0A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.72%

R = 10.83%
G = 44.44%
B = 44.72%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#27A0A1 (or 0x27A0A1) is known color: Java. HEX triplet: 27, A0 and A1. RGB value is (39,160,161). Sum of RGB (Red+Green+Blue) = 39+160+161=360 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.83% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 161 - color contains mainly: blue. Hex color #27A0A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A0A1 is #D85F5E. Grayscale: #7B7B7B. Windows color (decimal): -14180191 or 10592295. OLE color: 10592295.

HSL color Cylindrical-coordinate representation of color #27A0A1: hue angle of 180.49º 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 #27A0A1 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 39 160 161 -
CMYK 0.76 0.01 0 0.37
HSL 180.49º 0.61% 0.39% -
HSV(B) 180.49º 0.76% 0.63% -
XYZ 19.84 28.15 38.11 -
YUV 123.94 148.91 67.42 -
System Red Green Blue C M Y K H S L
Decimal 39 160 161 0.76 0.01 0 0.37 180.49 0.61 0.39
Hex 27 A0 A1 4C 1 0 25 B4 3D 27
Octal 47 240 241 114 1 0 45 264 75 47
Binary 100111 10100000 10100001 1001100 1 0 100101 10110100 111101 100111

Color Harmonies of #27A0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A0A1

Black with #27A0A1

Text Example


Text Example

White with #27A0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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