Html Css Color HEX #27968D Java

📋 copy color: '#27968D'

red 39 ◦ green 150 ◦ blue 141

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

Shades of Java #27968D

Tints of Java #27968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 11.82%
G = 45.45%
B = 42.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#27968D (or 0x27968D) is known color: Java. HEX triplet: 27, 96 and 8D. RGB value is (39,150,141). Sum of RGB (Red+Green+Blue) = 39+150+141=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #27968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27968D is #D86972. Grayscale: #737373. Windows color (decimal): -14182771 or 9279015. OLE color: 9279015.

HSL color Cylindrical-coordinate representation of color #27968D: hue angle of 175.14º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27968D is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 150 141 -
CMYK 0.74 0 0.06 0.41
HSL 175.14º 0.59% 0.37% -
HSV(B) 175.14º 0.74% 0.59% -
XYZ 16.55 24.17 28.99 -
YUV 115.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 39 150 141 0.74 0 0.06 0.41 175.14 0.59 0.37
Hex 27 96 8D 4A 0 6 29 AF 3B 25
Octal 47 226 215 112 0 6 51 257 73 45
Binary 100111 10010110 10001101 1001010 0 110 101001 10101111 111011 100101

Color Harmonies of #27968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27968D

Black with #27968D

Text Example


Text Example

White with #27968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27968D; }

 p { color: rgb(39,150,141); }

 H1.HeaderClassName
 {
   color: #27968D;
 }
 .AnyTagClassName
 {
   color: #27968D;
 }
</style>

background-color css

<style>
 a { background-color: #27968D; }

 a { background-color: rgb(39,150,141); }

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

border-color css

<style>
 span { border-color: #27968D; }

 span { border-color: rgb(39,150,141); }

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