Html Css Color HEX #2A9493 Java

📋 copy color: '#2A9493'

red 42 ◦ green 148 ◦ blue 147

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

Shades of Java #2A9493

Tints of Java #2A9493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 12.46%
G = 43.92%
B = 43.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#2A9493 (or 0x2A9493) is known color: Java. HEX triplet: 2A, 94 and 93. RGB value is (42,148,147). Sum of RGB (Red+Green+Blue) = 42+148+147=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9493 is #D56B6C. Grayscale: #747474. Windows color (decimal): -13986669 or 9671722. OLE color: 9671722.

HSL color Cylindrical-coordinate representation of color #2A9493: hue angle of 179.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9493 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 148 147 -
CMYK 0.72 0 0.01 0.42
HSL 179.43º 0.56% 0.37% -
HSV(B) 179.43º 0.72% 0.58% -
XYZ 16.81 23.78 31.31 -
YUV 116.19 145.38 75.08 -
System Red Green Blue C M Y K H S L
Decimal 42 148 147 0.72 0 0.01 0.42 179.43 0.56 0.37
Hex 2A 94 93 48 0 1 2A B3 38 25
Octal 52 224 223 110 0 1 52 263 70 45
Binary 101010 10010100 10010011 1001000 0 1 101010 10110011 111000 100101

Color Harmonies of #2A9493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9493

Black with #2A9493

Text Example


Text Example

White with #2A9493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,148,147); }

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

background-color css

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

 a { background-color: rgb(42,148,147); }

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

border-color css

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

 span { border-color: rgb(42,148,147); }

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