Html Css Color HEX #2CA09D Java

📋 copy color: '#2CA09D'

red 44 ◦ green 160 ◦ blue 157

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

Shades of Java #2CA09D

Tints of Java #2CA09D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.32%

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 12.19%
G = 44.32%
B = 43.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#2CA09D (or 0x2CA09D) is known color: Java. HEX triplet: 2C, A0 and 9D. RGB value is (44,160,157). Sum of RGB (Red+Green+Blue) = 44+160+157=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA09D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA09D is #D35F62. Grayscale: #7C7C7C. Windows color (decimal): -13852515 or 10330156. OLE color: 10330156.

HSL color Cylindrical-coordinate representation of color #2CA09D: hue angle of 178.45º 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 #2CA09D is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 44 160 157 -
CMYK 0.72 0 0.02 0.37
HSL 178.45º 0.57% 0.4% -
HSV(B) 178.45º 0.73% 0.63% -
XYZ 19.7 28.11 36.29 -
YUV 124.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 44 160 157 0.72 0 0.02 0.37 178.45 0.57 0.4
Hex 2C A0 9D 48 0 2 25 B2 39 28
Octal 54 240 235 110 0 2 45 262 71 50
Binary 101100 10100000 10011101 1001000 0 10 100101 10110010 111001 101000

Color Harmonies of #2CA09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA09D

Black with #2CA09D

Text Example


Text Example

White with #2CA09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,160,157); }

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

background-color css

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

 a { background-color: rgb(44,160,157); }

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

border-color css

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

 span { border-color: rgb(44,160,157); }

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