Html Css Color HEX #27948E Java

📋 copy color: '#27948E'

red 39 ◦ green 148 ◦ blue 142

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

Shades of Java #27948E

Tints of Java #27948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 11.85%
G = 44.98%
B = 43.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#27948E (or 0x27948E) is known color: Java. HEX triplet: 27, 94 and 8E. RGB value is (39,148,142). Sum of RGB (Red+Green+Blue) = 39+148+142=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #27948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27948E is #D86B71. Grayscale: #727272. Windows color (decimal): -14183282 or 9344039. OLE color: 9344039.

HSL color Cylindrical-coordinate representation of color #27948E: hue angle of 176.7º 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 #27948E is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 148 142 -
CMYK 0.74 0 0.04 0.42
HSL 176.7º 0.58% 0.37% -
HSV(B) 176.7º 0.74% 0.58% -
XYZ 16.31 23.56 29.28 -
YUV 114.73 143.39 73.99 -
System Red Green Blue C M Y K H S L
Decimal 39 148 142 0.74 0 0.04 0.42 176.7 0.58 0.37
Hex 27 94 8E 4A 0 4 2A B1 3A 25
Octal 47 224 216 112 0 4 52 261 72 45
Binary 100111 10010100 10001110 1001010 0 100 101010 10110001 111010 100101

Color Harmonies of #27948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27948E

Black with #27948E

Text Example


Text Example

White with #27948E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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