Html Css Color HEX #2CA198 Java

📋 copy color: '#2CA198'

red 44 ◦ green 161 ◦ blue 152

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

Shades of Java #2CA198

Tints of Java #2CA198

RGB

 RED value IS 44 (17.58% from 255) = 12.32%

 GREEN value IS 161 (63.28% from 255) = 45.1%

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 12.32%
G = 45.1%
B = 42.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#2CA198 (or 0x2CA198) is known color: Java. HEX triplet: 2C, A1 and 98. RGB value is (44,161,152). Sum of RGB (Red+Green+Blue) = 44+161+152=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA198 is #D35E67. Grayscale: #7C7C7C. Windows color (decimal): -13852264 or 10002732. OLE color: 10002732.

HSL color Cylindrical-coordinate representation of color #2CA198: hue angle of 175.38º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA198 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 44 161 152 -
CMYK 0.73 0 0.06 0.37
HSL 175.38º 0.57% 0.4% -
HSV(B) 175.38º 0.73% 0.63% -
XYZ 19.45 28.29 34.14 -
YUV 124.99 143.24 70.23 -
System Red Green Blue C M Y K H S L
Decimal 44 161 152 0.73 0 0.06 0.37 175.38 0.57 0.4
Hex 2C A1 98 49 0 6 25 AF 39 28
Octal 54 241 230 111 0 6 45 257 71 50
Binary 101100 10100001 10011000 1001001 0 110 100101 10101111 111001 101000

Color Harmonies of #2CA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA198

Black with #2CA198

Text Example


Text Example

White with #2CA198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,161,152); }

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

background-color css

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

 a { background-color: rgb(44,161,152); }

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

border-color css

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

 span { border-color: rgb(44,161,152); }

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