Html Css Color HEX #27958C Java

📋 copy color: '#27958C'

red 39 ◦ green 149 ◦ blue 140

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

Shades of Java #27958C

Tints of Java #27958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.43%

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 11.89%
G = 45.43%
B = 42.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#27958C (or 0x27958C) is known color: Java. HEX triplet: 27, 95 and 8C. RGB value is (39,149,140). Sum of RGB (Red+Green+Blue) = 39+149+140=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #27958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27958C is #D86A73. Grayscale: #737373. Windows color (decimal): -14183028 or 9213223. OLE color: 9213223.

HSL color Cylindrical-coordinate representation of color #27958C: hue angle of 175.09º degrees, saturation: 0.59, 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 #27958C is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 149 140 -
CMYK 0.74 0 0.06 0.42
HSL 175.09º 0.59% 0.37% -
HSV(B) 175.09º 0.74% 0.58% -
XYZ 16.32 23.82 28.55 -
YUV 115.08 142.06 73.73 -
System Red Green Blue C M Y K H S L
Decimal 39 149 140 0.74 0 0.06 0.42 175.09 0.59 0.37
Hex 27 95 8C 4A 0 6 2A AF 3B 25
Octal 47 225 214 112 0 6 52 257 73 45
Binary 100111 10010101 10001100 1001010 0 110 101010 10101111 111011 100101

Color Harmonies of #27958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27958C

Black with #27958C

Text Example


Text Example

White with #27958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27958C; }

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

 H1.HeaderClassName
 {
   color: #27958C;
 }
 .AnyTagClassName
 {
   color: #27958C;
 }
</style>

background-color css

<style>
 a { background-color: #27958C; }

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

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

border-color css

<style>
 span { border-color: #27958C; }

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

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