Html Css Color HEX #2A968C Java

📋 copy color: '#2A968C'

red 42 ◦ green 150 ◦ blue 140

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

Shades of Java #2A968C

Tints of Java #2A968C

RGB

 RED value IS 42 (16.8% from 255) = 12.65%

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

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

R = 12.65%
G = 45.18%
B = 42.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#2A968C (or 0x2A968C) is known color: Java. HEX triplet: 2A, 96 and 8C. RGB value is (42,150,140). Sum of RGB (Red+Green+Blue) = 42+150+140=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #2A968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A968C is #D56973. Grayscale: #747474. Windows color (decimal): -13986164 or 9213482. OLE color: 9213482.

HSL color Cylindrical-coordinate representation of color #2A968C: hue angle of 174.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A968C is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 42 150 140 -
CMYK 0.72 0 0.07 0.41
HSL 174.44º 0.56% 0.38% -
HSV(B) 174.44º 0.72% 0.59% -
XYZ 16.59 24.2 28.61 -
YUV 116.57 141.22 74.81 -
System Red Green Blue C M Y K H S L
Decimal 42 150 140 0.72 0 0.07 0.41 174.44 0.56 0.38
Hex 2A 96 8C 48 0 7 29 AE 38 26
Octal 52 226 214 110 0 7 51 256 70 46
Binary 101010 10010110 10001100 1001000 0 111 101001 10101110 111000 100110

Color Harmonies of #2A968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A968C

Black with #2A968C

Text Example


Text Example

White with #2A968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A968C; }

 p { color: rgb(42,150,140); }

 H1.HeaderClassName
 {
   color: #2A968C;
 }
 .AnyTagClassName
 {
   color: #2A968C;
 }
</style>

background-color css

<style>
 a { background-color: #2A968C; }

 a { background-color: rgb(42,150,140); }

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

border-color css

<style>
 span { border-color: #2A968C; }

 span { border-color: rgb(42,150,140); }

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