Html Css Color HEX #27968F Java

📋 copy color: '#27968F'

red 39 ◦ green 150 ◦ blue 143

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

Shades of Java #27968F

Tints of Java #27968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.07%

R = 11.75%
G = 45.18%
B = 43.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#27968F (or 0x27968F) is known color: Java. HEX triplet: 27, 96 and 8F. RGB value is (39,150,143). Sum of RGB (Red+Green+Blue) = 39+150+143=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #27968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27968F is #D86970. Grayscale: #737373. Windows color (decimal): -14182769 or 9410087. OLE color: 9410087.

HSL color Cylindrical-coordinate representation of color #27968F: hue angle of 176.22º 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 #27968F is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 150 143 -
CMYK 0.74 0 0.05 0.41
HSL 176.22º 0.59% 0.37% -
HSV(B) 176.22º 0.74% 0.59% -
XYZ 16.7 24.23 29.78 -
YUV 116.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 39 150 143 0.74 0 0.05 0.41 176.22 0.59 0.37
Hex 27 96 8F 4A 0 5 29 B0 3B 25
Octal 47 226 217 112 0 5 51 260 73 45
Binary 100111 10010110 10001111 1001010 0 101 101001 10110000 111011 100101

Color Harmonies of #27968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27968F

Black with #27968F

Text Example


Text Example

White with #27968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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