Html Css Color HEX #27948A Java

📋 copy color: '#27948A'

red 39 ◦ green 148 ◦ blue 138

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

Shades of Java #27948A

Tints of Java #27948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.54%

 BLUE value IS 138 (54.3% from 255) = 42.46%

R = 12%
G = 45.54%
B = 42.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#27948A (or 0x27948A) is known color: Java. HEX triplet: 27, 94 and 8A. RGB value is (39,148,138). Sum of RGB (Red+Green+Blue) = 39+148+138=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #27948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27948A is #D86B75. Grayscale: #727272. Windows color (decimal): -14183286 or 9081895. OLE color: 9081895.

HSL color Cylindrical-coordinate representation of color #27948A: hue angle of 174.5º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27948A is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 148 138 -
CMYK 0.74 0 0.07 0.42
HSL 174.5º 0.58% 0.37% -
HSV(B) 174.5º 0.74% 0.58% -
XYZ 16.01 23.45 27.73 -
YUV 114.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 39 148 138 0.74 0 0.07 0.42 174.5 0.58 0.37
Hex 27 94 8A 4A 0 7 2A AE 3A 25
Octal 47 224 212 112 0 7 52 256 72 45
Binary 100111 10010100 10001010 1001010 0 111 101010 10101110 111010 100101

Color Harmonies of #27948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27948A

Black with #27948A

Text Example


Text Example

White with #27948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27948A; }

 p { color: rgb(39,148,138); }

 H1.HeaderClassName
 {
   color: #27948A;
 }
 .AnyTagClassName
 {
   color: #27948A;
 }
</style>

background-color css

<style>
 a { background-color: #27948A; }

 a { background-color: rgb(39,148,138); }

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

border-color css

<style>
 span { border-color: #27948A; }

 span { border-color: rgb(39,148,138); }

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